Color Hex Logo

#cc7aaa Color Hex

#CC7AAA
(204,122,170)
0 Favorites   0 Comments

Color spaces of #cc7aaa

RGB 204122170
HSL0.900.450.64
HSV325°40°80°
CMYK 0.000.400.17   0.20
XYZ39.117129.658741.6932
Yxy29.65870.35410.2685
Hunter Lab54.459832.9074-7.2692
CIE-Lab61.358638.4747-11.8560

#cc7aaa color RGB value is (204,122,170).

#cc7aaa hex color red value is 204, green value is 122 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #cc7aaa hue: 0.90 , saturation: 0.45 and the lightness value of cc7aaa is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01111010 10101010
Octal 314 172 252
Decimal 204 122 170
Hex CC 7A AA

RGB Percentages of Color #cc7aaa

%41.13
%24.60
%34.27

CMYK Percentages of Color #cc7aaa

%0
%40
%17
%20

Triadic Colors of #cc7aaa

#cc7aaa #aacc7a #7aaacc

Analogous Colors of #cc7aaa

#cc7aaa #cc7a81 #c57acc

Monochromatic Colors of #cc7aaa

#cc7aaa

Complementary Color

#cc7aaa #7acc9c

#cc7aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc7aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc7aaa Color CSS Codes

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

#cc7aaa Text Font Color

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

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


#cc7aaa Background Color

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

This div background color is #cc7aaa


#cc7aaa Border Color

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

This div border color is #cc7aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc7aaa


Comments

No comments written yet.

Please login to write comment.