Color Hex Logo

#c216ab Color Hex

#C216AB
(194,22,171)
0 Favorites   0 Comments

Color spaces of #c216ab

RGB 19422171
HSL0.860.800.42
HSV308°89°76°
CMYK 0.000.890.12   0.24
XYZ29.885714.983439.8450
Yxy14.98340.35280.1769
Hunter Lab38.708470.0753-33.9351
CIE-Lab45.611574.4329-36.8278

#c216ab color RGB value is (194,22,171).

#c216ab hex color red value is 194, green value is 22 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #c216ab hue: 0.86 , saturation: 0.80 and the lightness value of c216ab is 0.42.

The process color (four color CMYK) of #c216ab color hex is 0.00, 0.89, 0.12, 0.24. Web safe color of #c216ab is #cc0099. Color #c216ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00010110 10101011
Octal 302 26 253
Decimal 194 22 171
Hex C2 16 AB

RGB Percentages of Color #c216ab

%50.13
%5.68
%44.19

CMYK Percentages of Color #c216ab

%0
%89
%12
%24

Triadic Colors of #c216ab

#c216ab #abc216 #16abc2

Analogous Colors of #c216ab

#c216ab #c21655 #8316c2

Monochromatic Colors of #c216ab

#c216ab

Complementary Color

#c216ab #16c22d

#c216ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c216ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c216ab Color CSS Codes

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

#c216ab Text Font Color

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

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


#c216ab Background Color

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

This div background color is #c216ab


#c216ab Border Color

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

This div border color is #c216ab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(194,22,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c216ab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c216ab;
  -webkit-box-shadow: 1px 1px 3px 2px #c216ab;
  box-shadow:         1px 1px 3px 2px #c216ab; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c216ab


Comments

No comments written yet.

Please login to write comment.