Color Hex Logo

#cc18ae Color Hex

#CC18AE
(204,24,174)
0 Favorites   0 Comments

Color spaces of #cc18ae

RGB 20424174
HSL0.860.790.45
HSV310°88°80°
CMYK 0.000.880.15   0.20
XYZ32.868516.546641.5059
Yxy16.54660.36150.1820
Hunter Lab40.677573.0470-32.0232
CIE-Lab47.683676.4560-35.2158

#cc18ae color RGB value is (204,24,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00011000 10101110
Octal 314 30 256
Decimal 204 24 174
Hex CC 18 AE

RGB Percentages of Color #cc18ae

%50.75
%5.97
%43.28

CMYK Percentages of Color #cc18ae

%0
%88
%15
%20

Triadic Colors of #cc18ae

#cc18ae #aecc18 #18aecc

Analogous Colors of #cc18ae

#cc18ae #cc1854 #9018cc

Monochromatic Colors of #cc18ae

#cc18ae

Complementary Color

#cc18ae #18cc36

#cc18ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc18ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc18ae Color CSS Codes

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

#cc18ae Text Font Color

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

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


#cc18ae Background Color

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

This div background color is #cc18ae


#cc18ae Border Color

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

This div border color is #cc18ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc18ae


Comments

No comments written yet.

Please login to write comment.