Color Hex Logo

#9c469c Color Hex

#9C469C
(156,70,156)
0 Favorites   0 Comments

Color spaces of #9c469c

RGB 15670156
HSL0.830.380.44
HSV300°55°61°
CMYK 0.000.550.00   0.39
XYZ21.901213.848532.9712
Yxy13.84850.31870.2015
Hunter Lab37.213639.9284-26.4814
CIE-Lab44.014947.8500-30.8299

#9c469c color RGB value is (156,70,156).

#9c469c hex color red value is 156, green value is 70 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #9c469c hue: 0.83 , saturation: 0.38 and the lightness value of 9c469c is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 01000110 10011100
Octal 234 106 234
Decimal 156 70 156
Hex 9C 46 9C

RGB Percentages of Color #9c469c

%40.84
%18.32
%40.84

CMYK Percentages of Color #9c469c

%0
%55
%0
%39

Triadic Colors of #9c469c

#9c469c #9c9c46 #469c9c

Analogous Colors of #9c469c

#9c469c #9c4671 #71469c

Monochromatic Colors of #9c469c

#9c469c

Complementary Color

#9c469c #469c46

#9c469c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9c469c Color Preview on White Background

Lorem ipsum dolor sit amet.

#9c469c Color CSS Codes

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

#9c469c Text Font Color

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

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


#9c469c Background Color

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

This div background color is #9c469c


#9c469c Border Color

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

This div border color is #9c469c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9c469c


Comments

No comments written yet.

Please login to write comment.