Color Hex Logo

#cc0aad Color Hex

#CC0AAD
(204,10,173)
0 Favorites   0 Comments

Color spaces of #cc0aad

RGB 20410173
HSL0.860.910.42
HSV310°95°80°
CMYK 0.000.950.15   0.20
XYZ32.553216.071640.9215
Yxy16.07160.36350.1795
Hunter Lab40.089474.7883-32.4580
CIE-Lab47.068377.9824-35.5929

#cc0aad color RGB value is (204,10,173).

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

The process color (four color CMYK) of #cc0aad color hex is 0.00, 0.95, 0.15, 0.20. Web safe color of #cc0aad is #cc0099. Color #cc0aad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00001010 10101101
Octal 314 12 255
Decimal 204 10 173
Hex CC A AD

RGB Percentages of Color #cc0aad

%52.71
%2.58
%44.70

CMYK Percentages of Color #cc0aad

%0
%95
%15
%20

Triadic Colors of #cc0aad

#cc0aad #adcc0a #0aadcc

Analogous Colors of #cc0aad

#cc0aad #cc0a4c #8a0acc

Monochromatic Colors of #cc0aad

#cc0aad

Complementary Color

#cc0aad #0acc29

#cc0aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc0aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc0aad Color CSS Codes

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

#cc0aad Text Font Color

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

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


#cc0aad Background Color

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

This div background color is #cc0aad


#cc0aad Border Color

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

This div border color is #cc0aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc0aad


Comments

No comments written yet.

Please login to write comment.