Color Hex Logo

#cc5aaa Color Hex

#CC5AAA
(204,90,170)
0 Favorites   0 Comments

Color spaces of #cc5aaa

RGB 20490170
HSL0.880.530.58
HSV318°56°80°
CMYK 0.000.560.17   0.20
XYZ35.813723.052040.5921
Yxy23.05200.36010.2318
Hunter Lab48.012549.1257-16.5179
CIE-Lab55.125954.5614-21.3122

#cc5aaa color RGB value is (204,90,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01011010 10101010
Octal 314 132 252
Decimal 204 90 170
Hex CC 5A AA

RGB Percentages of Color #cc5aaa

%43.97
%19.40
%36.64

CMYK Percentages of Color #cc5aaa

%0
%56
%17
%20

Triadic Colors of #cc5aaa

#cc5aaa #aacc5a #5aaacc

Analogous Colors of #cc5aaa

#cc5aaa #cc5a71 #b55acc

Monochromatic Colors of #cc5aaa

#cc5aaa

Complementary Color

#cc5aaa #5acc7c

#cc5aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc5aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc5aaa Color CSS Codes

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

#cc5aaa Text Font Color

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

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


#cc5aaa Background Color

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

This div background color is #cc5aaa


#cc5aaa Border Color

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

This div border color is #cc5aaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,90,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc5aaa


Comments

No comments written yet.

Please login to write comment.