Color Hex Logo

#cc9abc Color Hex

#CC9ABC
(204,154,188)
0 Favorites   0 Comments

Color spaces of #cc9abc

RGB 204154188
HSL0.890.330.70
HSV319°25°80°
CMYK 0.000.250.08   0.20
XYZ45.534539.579452.8166
Yxy39.57940.33010.2870
Hunter Lab62.912219.0983-5.7372
CIE-Lab69.168924.1274-10.3019

#cc9abc color RGB value is (204,154,188).

#cc9abc hex color red value is 204, green value is 154 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #cc9abc hue: 0.89 , saturation: 0.33 and the lightness value of cc9abc is 0.70.

The process color (four color CMYK) of #cc9abc color hex is 0.00, 0.25, 0.08, 0.20. Web safe color of #cc9abc is #cc99cc. Color #cc9abc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10011010 10111100
Octal 314 232 274
Decimal 204 154 188
Hex CC 9A BC

RGB Percentages of Color #cc9abc

%37.36
%28.21
%34.43

CMYK Percentages of Color #cc9abc

%0
%25
%8
%20

Triadic Colors of #cc9abc

#cc9abc #bccc9a #9abccc

Analogous Colors of #cc9abc

#cc9abc #cc9aa3 #c39acc

Monochromatic Colors of #cc9abc

#cc9abc

Complementary Color

#cc9abc #9accaa

#cc9abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc9abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc9abc Color CSS Codes

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

#cc9abc Text Font Color

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

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


#cc9abc Background Color

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

This div background color is #cc9abc


#cc9abc Border Color

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

This div border color is #cc9abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc9abc


Comments

No comments written yet.

Please login to write comment.