Color Hex Logo

#9d627d Color Hex

#9D627D
(157,98,125)
0 Favorites   0 Comments

Color spaces of #9d627d

RGB 15798125
HSL0.920.230.50
HSV333°38°62°
CMYK 0.000.380.20   0.38
XYZ21.974017.384121.5994
Yxy17.38410.36050.2852
Hunter Lab41.694221.1094-1.5288
CIE-Lab48.740427.8206-5.0212

#9d627d color RGB value is (157,98,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 01100010 01111101
Octal 235 142 175
Decimal 157 98 125
Hex 9D 62 7D

RGB Percentages of Color #9d627d

%41.32
%25.79
%32.89

CMYK Percentages of Color #9d627d

%0
%38
%20
%38

Triadic Colors of #9d627d

#9d627d #7d9d62 #627d9d

Analogous Colors of #9d627d

#9d627d #9d6562 #9d629b

Monochromatic Colors of #9d627d

#9d627d

Complementary Color

#9d627d #629d82

#9d627d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9d627d Color Preview on White Background

Lorem ipsum dolor sit amet.

#9d627d Color CSS Codes

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

#9d627d Text Font Color

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

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


#9d627d Background Color

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

This div background color is #9d627d


#9d627d Border Color

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

This div border color is #9d627d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9d627d


Comments

No comments written yet.

Please login to write comment.