Color Hex Logo

#c015aa Color Hex

#C015AA
(192,21,170)
0 Favorites   0 Comments

Color spaces of #c015aa

RGB 19221170
HSL0.850.800.42
HSV308°89°75°
CMYK 0.000.890.11   0.25
XYZ29.262114.645139.3147
Yxy14.64510.35160.1760
Hunter Lab38.268969.5184-34.1220
CIE-Lab45.144274.0654-36.9959

#c015aa color RGB value is (192,21,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00010101 10101010
Octal 300 25 252
Decimal 192 21 170
Hex C0 15 AA

RGB Percentages of Color #c015aa

%50.13
%5.48
%44.39

CMYK Percentages of Color #c015aa

%0
%89
%11
%25

Triadic Colors of #c015aa

#c015aa #aac015 #15aac0

Analogous Colors of #c015aa

#c015aa #c01554 #8115c0

Monochromatic Colors of #c015aa

#c015aa

Complementary Color

#c015aa #15c02b

#c015aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c015aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c015aa Color CSS Codes

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

#c015aa Text Font Color

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

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


#c015aa Background Color

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

This div background color is #c015aa


#c015aa Border Color

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

This div border color is #c015aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,21,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c015aa


Comments

No comments written yet.

Please login to write comment.