Color Hex Logo

#cc49aa Color Hex

#CC49AA
(204,73,170)
0 Favorites   0 Comments

Color spaces of #cc49aa

RGB 20473170
HSL0.880.560.54
HSV316°64°80°
CMYK 0.000.640.17   0.20
XYZ34.540120.504740.1676
Yxy20.50470.36280.2154
Hunter Lab45.282156.9118-20.8958
CIE-Lab52.403161.9647-25.5031

#cc49aa color RGB value is (204,73,170).

#cc49aa hex color red value is 204, green value is 73 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #cc49aa hue: 0.88 , saturation: 0.56 and the lightness value of cc49aa is 0.54.

The process color (four color CMYK) of #cc49aa color hex is 0.00, 0.64, 0.17, 0.20. Web safe color of #cc49aa is #cc3399. Color #cc49aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01001001 10101010
Octal 314 111 252
Decimal 204 73 170
Hex CC 49 AA

RGB Percentages of Color #cc49aa

%45.64
%16.33
%38.03

CMYK Percentages of Color #cc49aa

%0
%64
%17
%20

Triadic Colors of #cc49aa

#cc49aa #aacc49 #49aacc

Analogous Colors of #cc49aa

#cc49aa #cc4969 #ad49cc

Monochromatic Colors of #cc49aa

#cc49aa

Complementary Color

#cc49aa #49cc6b

#cc49aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc49aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc49aa Color CSS Codes

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

#cc49aa Text Font Color

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

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


#cc49aa Background Color

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

This div background color is #cc49aa


#cc49aa Border Color

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

This div border color is #cc49aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc49aa


Comments

No comments written yet.

Please login to write comment.