Color Hex Logo

#cc9abd Color Hex

#CC9ABD
(204,154,189)
0 Favorites   0 Comments

Color spaces of #cc9abd

RGB 204154189
HSL0.880.330.70
HSV318°25°80°
CMYK 0.000.250.07   0.20
XYZ45.642739.622753.3864
Yxy39.62270.32920.2858
Hunter Lab62.946619.2743-6.2226
CIE-Lab69.200024.3032-10.8115

#cc9abd color RGB value is (204,154,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10011010 10111101
Octal 314 232 275
Decimal 204 154 189
Hex CC 9A BD

RGB Percentages of Color #cc9abd

%37.29
%28.15
%34.55

CMYK Percentages of Color #cc9abd

%0
%25
%7
%20

Triadic Colors of #cc9abd

#cc9abd #bdcc9a #9abdcc

Analogous Colors of #cc9abd

#cc9abd #cc9aa4 #c29acc

Monochromatic Colors of #cc9abd

#cc9abd

Complementary Color

#cc9abd #9acca9

#cc9abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc9abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc9abd Color CSS Codes

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

#cc9abd Text Font Color

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

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


#cc9abd Background Color

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

This div background color is #cc9abd


#cc9abd Border Color

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

This div border color is #cc9abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc9abd


Comments

No comments written yet.

Please login to write comment.