Color Hex Logo

#cc33ab Color Hex

#CC33AB
(204,51,171)
0 Favorites   0 Comments

Color spaces of #cc33ab

RGB 20451171
HSL0.870.600.50
HSV313°75°80°
CMYK 0.000.750.16   0.20
XYZ33.436418.145340.2682
Yxy18.14530.36400.1976
Hunter Lab42.597365.5668-26.2301
CIE-Lab49.671969.8956-30.3317

#cc33ab color RGB value is (204,51,171).

#cc33ab hex color red value is 204, green value is 51 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #cc33ab hue: 0.87 , saturation: 0.60 and the lightness value of cc33ab is 0.50.

The process color (four color CMYK) of #cc33ab color hex is 0.00, 0.75, 0.16, 0.20. Web safe color of #cc33ab is #cc3399. Color #cc33ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00110011 10101011
Octal 314 63 253
Decimal 204 51 171
Hex CC 33 AB

RGB Percentages of Color #cc33ab

%47.89
%11.97
%40.14

CMYK Percentages of Color #cc33ab

%0
%75
%16
%20

Triadic Colors of #cc33ab

#cc33ab #abcc33 #33abcc

Analogous Colors of #cc33ab

#cc33ab #cc335e #a133cc

Monochromatic Colors of #cc33ab

#cc33ab

Complementary Color

#cc33ab #33cc54

#cc33ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc33ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc33ab Color CSS Codes

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

#cc33ab Text Font Color

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

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


#cc33ab Background Color

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

This div background color is #cc33ab


#cc33ab Border Color

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

This div border color is #cc33ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc33ab


Comments

No comments written yet.

Please login to write comment.