Color Hex Logo

#c014a4 Color Hex

#C014A4
(192,20,164)
0 Favorites   0 Comments

Color spaces of #c014a4

RGB 19220164
HSL0.860.810.42
HSV310°90°75°
CMYK 0.000.900.15   0.25
XYZ28.689214.387136.3869
Yxy14.38710.36100.1811
Hunter Lab37.930368.6332-30.3262
CIE-Lab44.783073.4044-33.9917

#c014a4 color RGB value is (192,20,164).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00010100 10100100
Octal 300 24 244
Decimal 192 20 164
Hex C0 14 A4

RGB Percentages of Color #c014a4

%51.06
%5.32
%43.62

CMYK Percentages of Color #c014a4

%0
%90
%15
%25

Triadic Colors of #c014a4

#c014a4 #a4c014 #14a4c0

Analogous Colors of #c014a4

#c014a4 #c0144e #8614c0

Monochromatic Colors of #c014a4

#c014a4

Complementary Color

#c014a4 #14c030

#c014a4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c014a4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c014a4 Color CSS Codes

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

#c014a4 Text Font Color

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

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


#c014a4 Background Color

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

This div background color is #c014a4


#c014a4 Border Color

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

This div border color is #c014a4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c014a4


Comments

No comments written yet.

Please login to write comment.