Color Hex Logo

#9d478b Color Hex

#9D478B
(157,71,139)
0 Favorites   0 Comments

Color spaces of #9d478b

RGB 15771139
HSL0.870.380.45
HSV313°55°62°
CMYK 0.000.550.11   0.38
XYZ20.818113.538725.9421
Yxy13.53870.34520.2245
Hunter Lab36.795036.6017-16.0456
CIE-Lab43.564044.6548-21.2911

#9d478b color RGB value is (157,71,139).

#9d478b hex color red value is 157, green value is 71 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #9d478b hue: 0.87 , saturation: 0.38 and the lightness value of 9d478b is 0.45.

The process color (four color CMYK) of #9d478b color hex is 0.00, 0.55, 0.11, 0.38. Web safe color of #9d478b is #993399. Color #9d478b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 01000111 10001011
Octal 235 107 213
Decimal 157 71 139
Hex 9D 47 8B

RGB Percentages of Color #9d478b

%42.78
%19.35
%37.87

CMYK Percentages of Color #9d478b

%0
%55
%11
%38

Triadic Colors of #9d478b

#9d478b #8b9d47 #478b9d

Analogous Colors of #9d478b

#9d478b #9d4760 #84479d

Monochromatic Colors of #9d478b

#9d478b

Complementary Color

#9d478b #479d59

#9d478b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9d478b Color Preview on White Background

Lorem ipsum dolor sit amet.

#9d478b Color CSS Codes

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

#9d478b Text Font Color

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

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


#9d478b Background Color

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

This div background color is #9d478b


#9d478b Border Color

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

This div border color is #9d478b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9d478b


Comments

No comments written yet.

Please login to write comment.