#7c27cb color RGB value is (7, 194, 124).
#7c27cb hex color red value is 7, green value is 194, and blue value is 124.
Cylindrical-coordinate representations (HSL) of color #7c27cb
hue: 157.54,
saturation: 0.93 and lightness: 0.39.
The process color (four-color CMYK) of #7c27cb color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #7c27cb is #ff9999. Color #7c27cb contains mainly RED.
| Color spaces of #7c27cb | Value |
|---|---|
| RGB | 124, 39, 203 |
| HSL | 0.75, 0.68, 0.47 |
| HSV | 271°, 81°, 80° |
| XYZ | 19.81, 10.05, 57.38 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 1111100 | 100111 | 11001011 |
| Octal | 174 | 47 | 313 |
| Decimal | 124 | 39 | 203 |
| Hex | 7C | 27 | CB |
Shades of #7c27cb
Tints of #7c27cb
.mybgColor {background-color: #7c27cb;}
.myforeColor {color: #7c27cb;}
.myborderColor {border:3px solid #7c27cb;}
<p style="color:#7c27cb">Text here</p>
This sample text is styled with the font color #7c27cb. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,
<div style="background-color:#7c27cb">Div content here</div>
<div style="border:3px solid #7c27cb">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(124, 39, 203, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #7c27cb; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #7c27cb;
-webkit-box-shadow: 1px 1px 3px #7c27cb;
box-shadow: 1px 1px 3px #7c27cb; }
<p style="text-shadow: 4px 4px 2px rgba(124, 39, 203, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #7c27cb;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #7c27cb;
-webkit-box-shadow: 1px 1px 3px #7c27cb;
box-shadow: 1px 1px 3px #7c27cb;">Div content here</div>
