Color Hex Logo

#cc11ab Color Hex

#CC11AB
(204,17,171)
0 Favorites   0 Comments

Color spaces of #cc11ab

RGB 20417171
HSL0.860.850.43
HSV311°92°80°
CMYK 0.000.920.16   0.20
XYZ32.453016.178539.9404
Yxy16.17850.36640.1827
Hunter Lab40.222573.6310-30.7184
CIE-Lab47.207877.0217-34.1895

#cc11ab color RGB value is (204,17,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00010001 10101011
Octal 314 21 253
Decimal 204 17 171
Hex CC 11 AB

RGB Percentages of Color #cc11ab

%52.04
%4.34
%43.62

CMYK Percentages of Color #cc11ab

%0
%92
%16
%20

Triadic Colors of #cc11ab

#cc11ab #abcc11 #11abcc

Analogous Colors of #cc11ab

#cc11ab #cc114d #9011cc

Monochromatic Colors of #cc11ab

#cc11ab

Complementary Color

#cc11ab #11cc32

#cc11ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc11ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc11ab Color CSS Codes

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

#cc11ab Text Font Color

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

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


#cc11ab Background Color

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

This div background color is #cc11ab


#cc11ab Border Color

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

This div border color is #cc11ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc11ab


Comments

No comments written yet.

Please login to write comment.