Color Hex Logo

#cc54aa Color Hex

#CC54AA
(204,84,170)
0 Favorites   0 Comments

Color spaces of #cc54aa

RGB 20484170
HSL0.880.540.56
HSV317°59°80°
CMYK 0.000.590.17   0.20
XYZ35.327922.080340.4301
Yxy22.08030.36110.2257
Hunter Lab46.989751.9684-18.1206
CIE-Lab54.112157.2907-22.8683

#cc54aa color RGB value is (204,84,170).

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

The process color (four color CMYK) of #cc54aa color hex is 0.00, 0.59, 0.17, 0.20. Web safe color of #cc54aa is #cc6699. Color #cc54aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01010100 10101010
Octal 314 124 252
Decimal 204 84 170
Hex CC 54 AA

RGB Percentages of Color #cc54aa

%44.54
%18.34
%37.12

CMYK Percentages of Color #cc54aa

%0
%59
%17
%20

Triadic Colors of #cc54aa

#cc54aa #aacc54 #54aacc

Analogous Colors of #cc54aa

#cc54aa #cc546e #b254cc

Monochromatic Colors of #cc54aa

#cc54aa

Complementary Color

#cc54aa #54cc76

#cc54aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc54aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc54aa Color CSS Codes

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

#cc54aa Text Font Color

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

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


#cc54aa Background Color

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

This div background color is #cc54aa


#cc54aa Border Color

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

This div border color is #cc54aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,84,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 #cc54aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc54aa


Comments

No comments written yet.

Please login to write comment.