Color Hex Logo

#c20a8e Color Hex

#C20A8E
(194,10,142)
0 Favorites   0 Comments

Color spaces of #c20a8e

RGB 19410142
HSL0.880.900.40
HSV317°95°76°
CMYK 0.000.950.27   0.24
XYZ27.239213.639426.7882
Yxy13.63940.40250.2016
Hunter Lab36.931667.0240-17.1537
CIE-Lab43.711372.2755-22.3707

#c20a8e color RGB value is (194,10,142).

#c20a8e hex color red value is 194, green value is 10 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #c20a8e hue: 0.88 , saturation: 0.90 and the lightness value of c20a8e is 0.40.

The process color (four color CMYK) of #c20a8e color hex is 0.00, 0.95, 0.27, 0.24. Web safe color of #c20a8e is #cc0099. Color #c20a8e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00001010 10001110
Octal 302 12 216
Decimal 194 10 142
Hex C2 A 8E

RGB Percentages of Color #c20a8e

%56.07
%2.89
%41.04

CMYK Percentages of Color #c20a8e

%0
%95
%27
%24

Triadic Colors of #c20a8e

#c20a8e #8ec20a #0a8ec2

Analogous Colors of #c20a8e

#c20a8e #c20a32 #9a0ac2

Monochromatic Colors of #c20a8e

#c20a8e

Complementary Color

#c20a8e #0ac23e

#c20a8e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c20a8e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c20a8e Color CSS Codes

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

#c20a8e Text Font Color

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

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


#c20a8e Background Color

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

This div background color is #c20a8e


#c20a8e Border Color

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

This div border color is #c20a8e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,10,142, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c20a8e


Comments

No comments written yet.

Please login to write comment.