color details

Color Details
#7b6fcc Color Hex

#7b6fcc color RGB value is (7, 182, 252).
#7b6fcc hex color red value is 7, green value is 182, and blue value is 252.
Cylindrical-coordinate representations (HSL) of color #7b6fcc hue: 197.14, saturation: 0.98 and lightness: 0.51.

The process color (four-color CMYK) of #7b6fcc color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #7b6fcc is #ff9999. Color #7b6fcc contains mainly RED.

Color Spaces
Color spaces of #7b6fccValue
RGB123, 111, 204
HSL0.69, 0.48, 0.62
HSV248°, 46°, 80°
XYZ24.75, 19.94, 59.66
Base Numbers
Base Red Green Blue
Binary 1111011 1101111 11001100
Octal 173 157 314
Decimal 123 111 204
Hex 7B 6F CC

RGB Percentages for Color #7b6fcc

28.08%
25.34%
46.58%

CMYK Percentages of the Color #7b6fcc

39.71%
45.59%
20%
CSS Codes for Color #7b6fcc
.mybgColor {background-color: #7b6fcc;}
.myforeColor {color: #7b6fcc;}
.myborderColor {border:3px solid #7b6fcc;}
Text Font Color #7b6fcc

<p style="color:#7b6fcc">Text here</p>

This sample text is styled with the font color #7b6fcc. 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,

Background Color #7b6fcc

<div style="background-color:#7b6fcc">Div content here</div>

The background color of this div is #7b6fcc
Border Color #7b6fcc

<div style="border:3px solid #7b6fcc">Div here</div>

The border color of this div is #7b6fcc
Css3 Examples
            .textShadowRgb {
                text-shadow: 4px 4px 2px rgba(123, 111, 204, 0.8);            }
            .textShadowHex {
                text-shadow: 4px 4px 2px #7b6fcc;            }
            .divShadow {
                -moz-box-shadow: 1px 1px 3px #7b6fcc;
-webkit-box-shadow: 1px 1px 3px #7b6fcc;
box-shadow: 1px 1px 3px #7b6fcc;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(123, 111, 204, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #7b6fcc;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<div style="-moz-box-shadow: 1px 1px 3px #7b6fcc; -webkit-box-shadow: 1px 1px 3px #7b6fcc; box-shadow: 1px 1px 3px #7b6fcc;">Div content here</div>

This div box has a shadow with a specified color. #7b6fcc

Scroll to Top