color details

Color Details
#95177d Color Hex

#95177d color RGB value is (9, 81, 119).
#95177d hex color red value is 9, green value is 81, and blue value is 119.
Cylindrical-coordinate representations (HSL) of color #95177d hue: 200.73, saturation: 0.86 and lightness: 0.25.

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

Color Spaces
Color spaces of #95177dValue
RGB149, 23, 125
HSL0.87, 0.73, 0.34
HSV311°, 85°, 58°
XYZ16.4, 8.48, 20.17
Base Numbers
Base Red Green Blue
Binary 10010101 10111 1111101
Octal 225 27 175
Decimal 149 23 125
Hex 95 17 7D

RGB Percentages for Color #95177d

50.17%
7.74%
42.09%

CMYK Percentages of the Color #95177d

84.56%
16.11%
41.57%
CSS Codes for Color #95177d
.mybgColor {background-color: #95177d;}
.myforeColor {color: #95177d;}
.myborderColor {border:3px solid #95177d;}
Text Font Color #95177d

<p style="color:#95177d">Text here</p>

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

<div style="background-color:#95177d">Div content here</div>

The background color of this div is #95177d
Border Color #95177d

<div style="border:3px solid #95177d">Div here</div>

The border color of this div is #95177d
Css3 Examples
            .textShadowRgb {
                text-shadow: 4px 4px 2px rgba(149, 23, 125, 0.8);            }
            .textShadowHex {
                text-shadow: 4px 4px 2px #95177d;            }
            .divShadow {
                -moz-box-shadow: 1px 1px 3px #95177d;
-webkit-box-shadow: 1px 1px 3px #95177d;
box-shadow: 1px 1px 3px #95177d;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149, 23, 125, 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 #95177d;">Text here</p>

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

Shadow Div Box

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

This div box has a shadow with a specified color. #95177d

Scroll to Top