Color Hex Logo

#9d587c Color Hex

#9D587C
(157,88,124)
0 Favorites   0 Comments

Color spaces of #9d587c

RGB 15788124
HSL0.910.280.48
HSV329°44°62°
CMYK 0.000.440.21   0.38
XYZ21.032415.602820.9719
Yxy15.60280.36510.2708
Hunter Lab39.500425.9186-3.8285
CIE-Lab46.449033.2500-7.8312

#9d587c color RGB value is (157,88,124).

#9d587c hex color red value is 157, green value is 88 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #9d587c hue: 0.91 , saturation: 0.28 and the lightness value of 9d587c is 0.48.

The process color (four color CMYK) of #9d587c color hex is 0.00, 0.44, 0.21, 0.38. Web safe color of #9d587c is #996666. Color #9d587c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 01011000 01111100
Octal 235 130 174
Decimal 157 88 124
Hex 9D 58 7C

RGB Percentages of Color #9d587c

%42.55
%23.85
%33.60

CMYK Percentages of Color #9d587c

%0
%44
%21
%38

Triadic Colors of #9d587c

#9d587c #7c9d58 #587c9d

Analogous Colors of #9d587c

#9d587c #9d585a #9c589d

Monochromatic Colors of #9d587c

#9d587c

Complementary Color

#9d587c #589d79

#9d587c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9d587c Color Preview on White Background

Lorem ipsum dolor sit amet.

#9d587c Color CSS Codes

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

#9d587c Text Font Color

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

This sample text font color is #9d587c
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.


#9d587c Background Color

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

This div background color is #9d587c


#9d587c Border Color

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

This div border color is #9d587c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9d587c


Comments

No comments written yet.

Please login to write comment.