Color Hex Logo

#c215ac Color Hex

#C215AC
(194,21,172)
0 Favorites   0 Comments

Color spaces of #c215ac

RGB 19421172
HSL0.850.800.42
HSV308°89°76°
CMYK 0.000.890.11   0.24
XYZ29.962714.984240.3428
Yxy14.98420.35130.1757
Hunter Lab38.709470.4249-34.6952
CIE-Lab45.612574.7200-37.4192

#c215ac color RGB value is (194,21,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 00010101 10101100
Octal 302 25 254
Decimal 194 21 172
Hex C2 15 AC

RGB Percentages of Color #c215ac

%50.13
%5.43
%44.44

CMYK Percentages of Color #c215ac

%0
%89
%11
%24

Triadic Colors of #c215ac

#c215ac #acc215 #15acc2

Analogous Colors of #c215ac

#c215ac #c21555 #8215c2

Monochromatic Colors of #c215ac

#c215ac

Complementary Color

#c215ac #15c22b

#c215ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c215ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c215ac Color CSS Codes

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

#c215ac Text Font Color

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

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


#c215ac Background Color

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

This div background color is #c215ac


#c215ac Border Color

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

This div border color is #c215ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,21,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 #c215ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c215ac


Comments

No comments written yet.

Please login to write comment.