Color Hex Logo

#c80cac Color Hex

#C80CAC
(200,12,172)
0 Favorites   0 Comments

Color spaces of #c80cac

RGB 20012172
HSL0.860.890.42
HSV309°94°78°
CMYK 0.000.940.14   0.22
XYZ31.397315.520940.3707
Yxy15.52090.35970.1778
Hunter Lab39.396673.3125-33.1784
CIE-Lab46.339576.9329-36.1988

#c80cac color RGB value is (200,12,172).

#c80cac hex color red value is 200, green value is 12 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #c80cac hue: 0.86 , saturation: 0.89 and the lightness value of c80cac is 0.42.

The process color (four color CMYK) of #c80cac color hex is 0.00, 0.94, 0.14, 0.22. Web safe color of #c80cac is #cc0099. Color #c80cac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00001100 10101100
Octal 310 14 254
Decimal 200 12 172
Hex C8 C AC

RGB Percentages of Color #c80cac

%52.08
%3.13
%44.79

CMYK Percentages of Color #c80cac

%0
%94
%14
%22

Triadic Colors of #c80cac

#c80cac #acc80c #0cacc8

Analogous Colors of #c80cac

#c80cac #c80c4e #860cc8

Monochromatic Colors of #c80cac

#c80cac

Complementary Color

#c80cac #0cc828

#c80cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c80cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c80cac Color CSS Codes

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

#c80cac Text Font Color

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

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


#c80cac Background Color

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

This div background color is #c80cac


#c80cac Border Color

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

This div border color is #c80cac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c80cac


Comments

No comments written yet.

Please login to write comment.