Color Hex Logo

#c80aad Color Hex

#C80AAD
(200,10,173)
0 Favorites   0 Comments

Color spaces of #c80aad

RGB 20010173
HSL0.860.900.41
HSV309°95°78°
CMYK 0.000.950.14   0.22
XYZ31.470815.513640.8709
Yxy15.51360.35820.1766
Hunter Lab39.387373.6953-33.9521
CIE-Lab46.329877.2446-36.8067

#c80aad color RGB value is (200,10,173).

#c80aad hex color red value is 200, green value is 10 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #c80aad hue: 0.86 , saturation: 0.90 and the lightness value of c80aad is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 00001010 10101101
Octal 310 12 255
Decimal 200 10 173
Hex C8 A AD

RGB Percentages of Color #c80aad

%52.22
%2.61
%45.17

CMYK Percentages of Color #c80aad

%0
%95
%14
%22

Triadic Colors of #c80aad

#c80aad #adc80a #0aadc8

Analogous Colors of #c80aad

#c80aad #c80a4e #840ac8

Monochromatic Colors of #c80aad

#c80aad

Complementary Color

#c80aad #0ac825

#c80aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c80aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c80aad Color CSS Codes

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

#c80aad Text Font Color

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

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


#c80aad Background Color

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

This div background color is #c80aad


#c80aad Border Color

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

This div border color is #c80aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c80aad


Comments

No comments written yet.

Please login to write comment.