Color Hex Logo

#9c479b Color Hex

#9C479B
(156,71,155)
0 Favorites   0 Comments

Color spaces of #9c479b

RGB 15671155
HSL0.840.370.45
HSV301°54°61°
CMYK 0.000.540.01   0.39
XYZ21.879913.941032.5480
Yxy13.94100.32000.2039
Hunter Lab37.337639.2603-25.5480
CIE-Lab44.148247.1759-30.0229

#9c479b color RGB value is (156,71,155).

#9c479b hex color red value is 156, green value is 71 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #9c479b hue: 0.84 , saturation: 0.37 and the lightness value of 9c479b is 0.45.

The process color (four color CMYK) of #9c479b color hex is 0.00, 0.54, 0.01, 0.39. Web safe color of #9c479b is #993399. Color #9c479b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 01000111 10011011
Octal 234 107 233
Decimal 156 71 155
Hex 9C 47 9B

RGB Percentages of Color #9c479b

%40.84
%18.59
%40.58

CMYK Percentages of Color #9c479b

%0
%54
%1
%39

Triadic Colors of #9c479b

#9c479b #9b9c47 #479b9c

Analogous Colors of #9c479b

#9c479b #9c4771 #73479c

Monochromatic Colors of #9c479b

#9c479b

Complementary Color

#9c479b #479c48

#9c479b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9c479b Color Preview on White Background

Lorem ipsum dolor sit amet.

#9c479b Color CSS Codes

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

#9c479b Text Font Color

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

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


#9c479b Background Color

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

This div background color is #9c479b


#9c479b Border Color

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

This div border color is #9c479b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9c479b


Comments

No comments written yet.

Please login to write comment.