Color Hex Logo

#cc7caa Color Hex

#CC7CAA
(204,124,170)
0 Favorites   0 Comments

Color spaces of #cc7caa

RGB 204124170
HSL0.900.440.64
HSV326°39°80°
CMYK 0.000.390.17   0.20
XYZ39.365230.155041.7759
Yxy30.15500.35370.2709
Hunter Lab54.913631.8603-6.6658
CIE-Lab61.787737.4097-11.2121

#cc7caa color RGB value is (204,124,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01111100 10101010
Octal 314 174 252
Decimal 204 124 170
Hex CC 7C AA

RGB Percentages of Color #cc7caa

%40.96
%24.90
%34.14

CMYK Percentages of Color #cc7caa

%0
%39
%17
%20

Triadic Colors of #cc7caa

#cc7caa #aacc7c #7caacc

Analogous Colors of #cc7caa

#cc7caa #cc7c82 #c67ccc

Monochromatic Colors of #cc7caa

#cc7caa

Complementary Color

#cc7caa #7ccc9e

#cc7caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc7caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc7caa Color CSS Codes

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

#cc7caa Text Font Color

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

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


#cc7caa Background Color

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

This div background color is #cc7caa


#cc7caa Border Color

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

This div border color is #cc7caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc7caa


Comments

No comments written yet.

Please login to write comment.