Color Hex Logo

#c80cab Color Hex

#C80CAB
(200,12,171)
0 Favorites   0 Comments

Color spaces of #c80cab

RGB 20012171
HSL0.860.890.42
HSV309°94°78°
CMYK 0.000.940.15   0.22
XYZ31.301615.482639.8667
Yxy15.48260.36120.1787
Hunter Lab39.347973.1393-32.5281
CIE-Lab46.288276.8026-35.6869

#c80cab color RGB value is (200,12,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 00001100 10101011
Octal 310 14 253
Decimal 200 12 171
Hex C8 C AB

RGB Percentages of Color #c80cab

%52.22
%3.13
%44.65

CMYK Percentages of Color #c80cab

%0
%94
%15
%22

Triadic Colors of #c80cab

#c80cab #abc80c #0cabc8

Analogous Colors of #c80cab

#c80cab #c80c4d #870cc8

Monochromatic Colors of #c80cab

#c80cab

Complementary Color

#c80cab #0cc829

#c80cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c80cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c80cab Color CSS Codes

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

#c80cab Text Font Color

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

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


#c80cab Background Color

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

This div background color is #c80cab


#c80cab Border Color

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

This div border color is #c80cab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,12,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c80cab


Comments

No comments written yet.

Please login to write comment.