Color Hex Logo

#9d387b Color Hex

#9D387B
(157,56,123)
0 Favorites   0 Comments

Color spaces of #9d387b

RGB 15756123
HSL0.890.470.42
HSV320°64°62°
CMYK 0.000.640.22   0.38
XYZ18.894011.426519.9486
Yxy11.42650.37590.2273
Hunter Lab33.803140.6158-11.3273
CIE-Lab40.289749.1808-16.5407

#9d387b color RGB value is (157,56,123).

#9d387b hex color red value is 157, green value is 56 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #9d387b hue: 0.89 , saturation: 0.47 and the lightness value of 9d387b is 0.42.

The process color (four color CMYK) of #9d387b color hex is 0.00, 0.64, 0.22, 0.38. Web safe color of #9d387b is #993366. Color #9d387b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 00111000 01111011
Octal 235 70 173
Decimal 157 56 123
Hex 9D 38 7B

RGB Percentages of Color #9d387b

%46.73
%16.67
%36.61

CMYK Percentages of Color #9d387b

%0
%64
%22
%38

Triadic Colors of #9d387b

#9d387b #7b9d38 #387b9d

Analogous Colors of #9d387b

#9d387b #9d3848 #8d389d

Monochromatic Colors of #9d387b

#9d387b

Complementary Color

#9d387b #389d5a

#9d387b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9d387b Color Preview on White Background

Lorem ipsum dolor sit amet.

#9d387b Color CSS Codes

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

#9d387b Text Font Color

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

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


#9d387b Background Color

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

This div background color is #9d387b


#9d387b Border Color

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

This div border color is #9d387b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9d387b


Comments

No comments written yet.

Please login to write comment.