Color Hex Logo

#cc909a Color Hex

#CC909A
(204,144,154)
0 Favorites   0 Comments

Color spaces of #cc909a

RGB 204144154
HSL0.970.370.68
HSV350°29°80°
CMYK 0.000.290.25   0.20
XYZ40.707835.117035.2046
Yxy35.11700.36660.3163
Hunter Lab59.259618.91456.2591
CIE-Lab65.839724.13443.8326

#cc909a color RGB value is (204,144,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10010000 10011010
Octal 314 220 232
Decimal 204 144 154
Hex CC 90 9A

RGB Percentages of Color #cc909a

%40.64
%28.69
%30.68

CMYK Percentages of Color #cc909a

%0
%29
%25
%20

Triadic Colors of #cc909a

#cc909a #9acc90 #909acc

Analogous Colors of #cc909a

#cc909a #cca490 #cc90b8

Monochromatic Colors of #cc909a

#cc909a

Complementary Color

#cc909a #90ccc2

#cc909a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc909a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc909a Color CSS Codes

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

#cc909a Text Font Color

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

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


#cc909a Background Color

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

This div background color is #cc909a


#cc909a Border Color

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

This div border color is #cc909a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc909a


Comments

No comments written yet.

Please login to write comment.