Color Hex Logo

#cc5aad Color Hex

#CC5AAD
(204,90,173)
0 Favorites   0 Comments

Color spaces of #cc5aad

RGB 20490173
HSL0.880.530.58
HSV316°56°80°
CMYK 0.000.560.15   0.20
XYZ36.100823.166842.1041
Yxy23.16680.35610.2285
Hunter Lab48.131949.6511-18.1725
CIE-Lab55.243755.0157-22.8744

#cc5aad color RGB value is (204,90,173).

#cc5aad hex color red value is 204, green value is 90 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #cc5aad hue: 0.88 , saturation: 0.53 and the lightness value of cc5aad is 0.58.

The process color (four color CMYK) of #cc5aad color hex is 0.00, 0.56, 0.15, 0.20. Web safe color of #cc5aad is #cc6699. Color #cc5aad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01011010 10101101
Octal 314 132 255
Decimal 204 90 173
Hex CC 5A AD

RGB Percentages of Color #cc5aad

%43.68
%19.27
%37.04

CMYK Percentages of Color #cc5aad

%0
%56
%15
%20

Triadic Colors of #cc5aad

#cc5aad #adcc5a #5aadcc

Analogous Colors of #cc5aad

#cc5aad #cc5a74 #b25acc

Monochromatic Colors of #cc5aad

#cc5aad

Complementary Color

#cc5aad #5acc79

#cc5aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc5aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc5aad Color CSS Codes

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

#cc5aad Text Font Color

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

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


#cc5aad Background Color

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

This div background color is #cc5aad


#cc5aad Border Color

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

This div border color is #cc5aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc5aad


Comments

No comments written yet.

Please login to write comment.