Color Hex Logo

#cc90af Color Hex

#CC90AF
(204,144,175)
0 Favorites   0 Comments

Color spaces of #cc90af

RGB 204144175
HSL0.910.370.68
HSV329°29°80°
CMYK 0.000.290.14   0.20
XYZ42.613035.879045.2368
Yxy35.87900.34440.2900
Hunter Lab59.899122.1639-2.8475
CIE-Lab66.427427.3915-7.1200

#cc90af color RGB value is (204,144,175).

#cc90af hex color red value is 204, green value is 144 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #cc90af hue: 0.91 , saturation: 0.37 and the lightness value of cc90af is 0.68.

The process color (four color CMYK) of #cc90af color hex is 0.00, 0.29, 0.14, 0.20. Web safe color of #cc90af is #cc9999. Color #cc90af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10010000 10101111
Octal 314 220 257
Decimal 204 144 175
Hex CC 90 AF

RGB Percentages of Color #cc90af

%39.01
%27.53
%33.46

CMYK Percentages of Color #cc90af

%0
%29
%14
%20

Triadic Colors of #cc90af

#cc90af #afcc90 #90afcc

Analogous Colors of #cc90af

#cc90af #cc9091 #cb90cc

Monochromatic Colors of #cc90af

#cc90af

Complementary Color

#cc90af #90ccad

#cc90af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc90af Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc90af Color CSS Codes

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

#cc90af Text Font Color

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

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


#cc90af Background Color

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

This div background color is #cc90af


#cc90af Border Color

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

This div border color is #cc90af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc90af


Comments

No comments written yet.

Please login to write comment.