Color Hex Logo

#9d719c Color Hex

#9D719C
(157,113,156)
0 Favorites   0 Comments

Color spaces of #9d719c

RGB 157113156
HSL0.840.180.53
HSV301°28°62°
CMYK 0.000.280.01   0.38
XYZ25.810521.378734.2186
Yxy21.37870.31710.2626
Hunter Lab46.237118.7274-11.5127
CIE-Lab53.361524.8125-16.3878

#9d719c color RGB value is (157,113,156).

#9d719c hex color red value is 157, green value is 113 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #9d719c hue: 0.84 , saturation: 0.18 and the lightness value of 9d719c is 0.53.

The process color (four color CMYK) of #9d719c color hex is 0.00, 0.28, 0.01, 0.38. Web safe color of #9d719c is #996699. Color #9d719c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 01110001 10011100
Octal 235 161 234
Decimal 157 113 156
Hex 9D 71 9C

RGB Percentages of Color #9d719c

%36.85
%26.53
%36.62

CMYK Percentages of Color #9d719c

%0
%28
%1
%38

Triadic Colors of #9d719c

#9d719c #9c9d71 #719c9d

Analogous Colors of #9d719c

#9d719c #9d7186 #88719d

Monochromatic Colors of #9d719c

#9d719c

Complementary Color

#9d719c #719d72

#9d719c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9d719c Color Preview on White Background

Lorem ipsum dolor sit amet.

#9d719c Color CSS Codes

.mybgcolor {background-color:#9d719c; } 
.myforecolor {color:#9d719c; }
.mybordercolor {border:3px solid #9d719c; }

#9d719c Text Font Color

<p style="color:#9d719c">Text here</p>

This sample text font color is #9d719c
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#9d719c Background Color

<div style="background-color:#9d719c">
Div content here</div>

This div background color is #9d719c


#9d719c Border Color

<div style="border:3px solid #9d719c">
Div here</div>

This div border color is #9d719c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(157,113,156, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9d719c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9d719c;
  -webkit-box-shadow: 1px 1px 3px 2px #9d719c;
  box-shadow:         1px 1px 3px 2px #9d719c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(157,113,156, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #9d719c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9d719c


Comments

No comments written yet.

Please login to write comment.