Color Hex Logo

#cc11af Color Hex

#CC11AF
(204,17,175)
0 Favorites   0 Comments

Color spaces of #cc11af

RGB 20417175
HSL0.860.850.43
HSV309°92°80°
CMYK 0.000.920.14   0.20
XYZ32.840216.333441.9792
Yxy16.33340.36030.1792
Hunter Lab40.414674.3204-33.2951
CIE-Lab47.408977.5393-36.2386

#cc11af color RGB value is (204,17,175).

#cc11af hex color red value is 204, green value is 17 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #cc11af hue: 0.86 , saturation: 0.85 and the lightness value of cc11af is 0.43.

The process color (four color CMYK) of #cc11af color hex is 0.00, 0.92, 0.14, 0.20. Web safe color of #cc11af is #cc0099. Color #cc11af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00010001 10101111
Octal 314 21 257
Decimal 204 17 175
Hex CC 11 AF

RGB Percentages of Color #cc11af

%51.52
%4.29
%44.19

CMYK Percentages of Color #cc11af

%0
%92
%14
%20

Triadic Colors of #cc11af

#cc11af #afcc11 #11afcc

Analogous Colors of #cc11af

#cc11af #cc1152 #8c11cc

Monochromatic Colors of #cc11af

#cc11af

Complementary Color

#cc11af #11cc2e

#cc11af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc11af Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc11af Color CSS Codes

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

#cc11af Text Font Color

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

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


#cc11af Background Color

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

This div background color is #cc11af


#cc11af Border Color

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

This div border color is #cc11af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc11af


Comments

No comments written yet.

Please login to write comment.