Color Hex Logo

#c214ac Color Hex

#C214AC
(194,20,172)
0 Favorites   0 Comments

Color spaces of #c214ac

RGB 19420172
HSL0.850.810.42
HSV308°90°76°
CMYK 0.000.900.11   0.24
XYZ29.944714.948240.3368
Yxy14.94820.35130.1754
Hunter Lab38.662970.5895-34.7929
CIE-Lab45.563274.8647-37.4972

#c214ac color RGB value is (194,20,172).

#c214ac hex color red value is 194, green value is 20 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #c214ac hue: 0.85 , saturation: 0.81 and the lightness value of c214ac is 0.42.

The process color (four color CMYK) of #c214ac color hex is 0.00, 0.90, 0.11, 0.24. Web safe color of #c214ac is #cc0099. Color #c214ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00010100 10101100
Octal 302 24 254
Decimal 194 20 172
Hex C2 14 AC

RGB Percentages of Color #c214ac

%50.26
%5.18
%44.56

CMYK Percentages of Color #c214ac

%0
%90
%11
%24

Triadic Colors of #c214ac

#c214ac #acc214 #14acc2

Analogous Colors of #c214ac

#c214ac #c21455 #8114c2

Monochromatic Colors of #c214ac

#c214ac

Complementary Color

#c214ac #14c22a

#c214ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c214ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c214ac Color CSS Codes

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

#c214ac Text Font Color

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

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


#c214ac Background Color

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

This div background color is #c214ac


#c214ac Border Color

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

This div border color is #c214ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c214ac


Comments

No comments written yet.

Please login to write comment.