Color Hex Logo

#cc18aa Color Hex

#CC18AA
(204,24,170)
0 Favorites   0 Comments

Color spaces of #cc18aa

RGB 20424170
HSL0.860.790.45
HSV311°88°80°
CMYK 0.000.880.17   0.20
XYZ32.484216.392939.4823
Yxy16.39290.36760.1855
Hunter Lab40.488172.3588-29.4754
CIE-Lab47.485875.9354-33.1607

#cc18aa color RGB value is (204,24,170).

#cc18aa hex color red value is 204, green value is 24 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #cc18aa hue: 0.86 , saturation: 0.79 and the lightness value of cc18aa is 0.45.

The process color (four color CMYK) of #cc18aa color hex is 0.00, 0.88, 0.17, 0.20. Web safe color of #cc18aa is #cc0099. Color #cc18aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00011000 10101010
Octal 314 30 252
Decimal 204 24 170
Hex CC 18 AA

RGB Percentages of Color #cc18aa

%51.26
%6.03
%42.71

CMYK Percentages of Color #cc18aa

%0
%88
%17
%20

Triadic Colors of #cc18aa

#cc18aa #aacc18 #18aacc

Analogous Colors of #cc18aa

#cc18aa #cc1850 #9418cc

Monochromatic Colors of #cc18aa

#cc18aa

Complementary Color

#cc18aa #18cc3a

#cc18aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc18aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc18aa Color CSS Codes

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

#cc18aa Text Font Color

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

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


#cc18aa Background Color

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

This div background color is #cc18aa


#cc18aa Border Color

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

This div border color is #cc18aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc18aa


Comments

No comments written yet.

Please login to write comment.