color details

Color Details
#7366BD Color Hex

#7366BD color RGB value is (7, 54, 107).
#7366BD hex color red value is 7, green value is 54, and blue value is 107.
Cylindrical-coordinate representations (HSL) of color #7366BD hue: 211.8, saturation: 0.88 and lightness: 0.22.

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

Color Spaces
Color spaces of #7366BDValue
RGB115, 102, 189
HSL0.69, 0.4, 0.57
HSV249°, 46°, 74°
XYZ21, 16.82, 50.27
Base Numbers
Base Red Green Blue
Binary 1110011 1100110 10111101
Octal 163 146 275
Decimal 115 102 189
Hex 73 66 BD

RGB Percentages for Color #7366BD

28.33%
25.12%
46.55%

CMYK Percentages of the Color #7366BD

39.15%
46.03%
25.88%
CSS Codes for Color #7366BD
.mybgColor {background-color: #7366BD;}
.myforeColor {color: #7366BD;}
.myborderColor {border:3px solid #7366BD;}
Text Font Color #7366BD

<p style="color:#7366BD">Text here</p>

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

<div style="background-color:#7366BD">Div content here</div>

The background color of this div is #7366BD
Border Color #7366BD

<div style="border:3px solid #7366BD">Div here</div>

The border color of this div is #7366BD
Css3 Examples
            .textShadowRgb {
                text-shadow: 4px 4px 2px rgba(115, 102, 189, 0.8);            }
            .textShadowHex {
                text-shadow: 4px 4px 2px #7366BD;            }
            .divShadow {
                -moz-box-shadow: 1px 1px 3px #7366BD;
-webkit-box-shadow: 1px 1px 3px #7366BD;
box-shadow: 1px 1px 3px #7366BD;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(115, 102, 189, 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 #7366BD;">Text here</p>

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

Shadow Div Box

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

This div box has a shadow with a specified color. #7366BD
Scroll to Top