Color Hex Logo

#c015ac Color Hex

#C015AC
(192,21,172)
0 Favorites   0 Comments

Color spaces of #c015ac

RGB 19221172
HSL0.850.800.42
HSV307°89°75°
CMYK 0.000.890.10   0.25
XYZ29.452814.721440.3189
Yxy14.72140.34860.1742
Hunter Lab38.368569.8772-35.4460
CIE-Lab45.250274.3403-38.0155

#c015ac color RGB value is (192,21,172).

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

The process color (four color CMYK) of #c015ac color hex is 0.00, 0.89, 0.10, 0.25. Web safe color of #c015ac is #cc0099. Color #c015ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00010101 10101100
Octal 300 25 254
Decimal 192 21 172
Hex C0 15 AC

RGB Percentages of Color #c015ac

%49.87
%5.45
%44.68

CMYK Percentages of Color #c015ac

%0
%89
%10
%25

Triadic Colors of #c015ac

#c015ac #acc015 #15acc0

Analogous Colors of #c015ac

#c015ac #c01556 #7f15c0

Monochromatic Colors of #c015ac

#c015ac

Complementary Color

#c015ac #15c029

#c015ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c015ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c015ac Color CSS Codes

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

#c015ac Text Font Color

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

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


#c015ac Background Color

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

This div background color is #c015ac


#c015ac Border Color

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

This div border color is #c015ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c015ac


Comments

No comments written yet.

Please login to write comment.