Color Hex Logo

#cc7aab Color Hex

#CC7AAB
(204,122,171)
0 Favorites   0 Comments

Color spaces of #cc7aab

RGB 204122171
HSL0.900.450.64
HSV324°40°80°
CMYK 0.000.400.16   0.20
XYZ39.212129.696742.1934
Yxy29.69670.35290.2673
Hunter Lab54.494733.0755-7.7600
CIE-Lab61.391638.6332-12.3775

#cc7aab color RGB value is (204,122,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01111010 10101011
Octal 314 172 253
Decimal 204 122 171
Hex CC 7A AB

RGB Percentages of Color #cc7aab

%41.05
%24.55
%34.41

CMYK Percentages of Color #cc7aab

%0
%40
%16
%20

Triadic Colors of #cc7aab

#cc7aab #abcc7a #7aabcc

Analogous Colors of #cc7aab

#cc7aab #cc7a82 #c47acc

Monochromatic Colors of #cc7aab

#cc7aab

Complementary Color

#cc7aab #7acc9b

#cc7aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc7aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc7aab Color CSS Codes

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

#cc7aab Text Font Color

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

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


#cc7aab Background Color

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

This div background color is #cc7aab


#cc7aab Border Color

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

This div border color is #cc7aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc7aab


Comments

No comments written yet.

Please login to write comment.