Color Hex Logo

#9d627c Color Hex

#9D627C
(157,98,124)
0 Favorites   0 Comments

Color spaces of #9d627c

RGB 15798124
HSL0.930.230.50
HSV334°38°62°
CMYK 0.000.380.21   0.38
XYZ21.910417.358721.2645
Yxy17.35870.36200.2868
Hunter Lab41.663820.9591-1.0960
CIE-Lab48.708927.6603-4.4696

#9d627c color RGB value is (157,98,124).

#9d627c hex color red value is 157, green value is 98 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #9d627c hue: 0.93 , saturation: 0.23 and the lightness value of 9d627c is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 01100010 01111100
Octal 235 142 174
Decimal 157 98 124
Hex 9D 62 7C

RGB Percentages of Color #9d627c

%41.42
%25.86
%32.72

CMYK Percentages of Color #9d627c

%0
%38
%21
%38

Triadic Colors of #9d627c

#9d627c #7c9d62 #627c9d

Analogous Colors of #9d627c

#9d627c #9d6662 #9d629a

Monochromatic Colors of #9d627c

#9d627c

Complementary Color

#9d627c #629d83

#9d627c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9d627c Color Preview on White Background

Lorem ipsum dolor sit amet.

#9d627c Color CSS Codes

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

#9d627c Text Font Color

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

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


#9d627c Background Color

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

This div background color is #9d627c


#9d627c Border Color

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

This div border color is #9d627c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(157,98,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 #9d627c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9d627c


Comments

No comments written yet.

Please login to write comment.