Color Hex Logo

#9c218e Color Hex

#9C218E
(156,33,142)
0 Favorites   0 Comments

Color spaces of #9c218e

RGB 15633142
HSL0.850.650.37
HSV307°79°61°
CMYK 0.000.790.09   0.39
XYZ19.136610.108626.5337
Yxy10.10860.34310.1812
Hunter Lab31.794051.7984-27.2246
CIE-Lab38.036660.1360-31.7564

#9c218e color RGB value is (156,33,142).

#9c218e hex color red value is 156, green value is 33 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #9c218e hue: 0.85 , saturation: 0.65 and the lightness value of 9c218e is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 00100001 10001110
Octal 234 41 216
Decimal 156 33 142
Hex 9C 21 8E

RGB Percentages of Color #9c218e

%47.13
%9.97
%42.90

CMYK Percentages of Color #9c218e

%0
%79
%9
%39

Triadic Colors of #9c218e

#9c218e #8e9c21 #218e9c

Analogous Colors of #9c218e

#9c218e #9c2151 #6d219c

Monochromatic Colors of #9c218e

#9c218e

Complementary Color

#9c218e #219c2f

#9c218e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9c218e Color Preview on White Background

Lorem ipsum dolor sit amet.

#9c218e Color CSS Codes

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

#9c218e Text Font Color

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

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


#9c218e Background Color

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

This div background color is #9c218e


#9c218e Border Color

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

This div border color is #9c218e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9c218e


Comments

No comments written yet.

Please login to write comment.