Color Hex Logo

#c014aa Color Hex

#C014AA
(192,20,170)
0 Favorites   0 Comments

Color spaces of #c014aa

RGB 19220170
HSL0.850.810.42
HSV308°90°75°
CMYK 0.000.900.11   0.25
XYZ29.244114.609139.3087
Yxy14.60910.35170.1757
Hunter Lab38.221969.6847-34.2206
CIE-Lab45.094174.2123-37.0751

#c014aa color RGB value is (192,20,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00010100 10101010
Octal 300 24 252
Decimal 192 20 170
Hex C0 14 AA

RGB Percentages of Color #c014aa

%50.26
%5.24
%44.50

CMYK Percentages of Color #c014aa

%0
%90
%11
%25

Triadic Colors of #c014aa

#c014aa #aac014 #14aac0

Analogous Colors of #c014aa

#c014aa #c01454 #8014c0

Monochromatic Colors of #c014aa

#c014aa

Complementary Color

#c014aa #14c02a

#c014aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c014aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c014aa Color CSS Codes

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

#c014aa Text Font Color

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

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


#c014aa Background Color

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

This div background color is #c014aa


#c014aa Border Color

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

This div border color is #c014aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c014aa


Comments

No comments written yet.

Please login to write comment.