Color Hex Logo

#cc55ab Color Hex

#CC55AB
(204,85,171)
0 Favorites   0 Comments

Color spaces of #cc55ab

RGB 20485171
HSL0.880.540.57
HSV317°58°80°
CMYK 0.000.580.16   0.20
XYZ35.501022.274640.9564
Yxy22.27460.35960.2256
Hunter Lab47.196051.6755-18.4143
CIE-Lab54.317256.9930-23.1358

#cc55ab color RGB value is (204,85,171).

#cc55ab hex color red value is 204, green value is 85 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #cc55ab hue: 0.88 , saturation: 0.54 and the lightness value of cc55ab is 0.57.

The process color (four color CMYK) of #cc55ab color hex is 0.00, 0.58, 0.16, 0.20. Web safe color of #cc55ab is #cc6699. Color #cc55ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01010101 10101011
Octal 314 125 253
Decimal 204 85 171
Hex CC 55 AB

RGB Percentages of Color #cc55ab

%44.35
%18.48
%37.17

CMYK Percentages of Color #cc55ab

%0
%58
%16
%20

Triadic Colors of #cc55ab

#cc55ab #abcc55 #55abcc

Analogous Colors of #cc55ab

#cc55ab #cc5570 #b255cc

Monochromatic Colors of #cc55ab

#cc55ab

Complementary Color

#cc55ab #55cc76

#cc55ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc55ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc55ab Color CSS Codes

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

#cc55ab Text Font Color

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

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


#cc55ab Background Color

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

This div background color is #cc55ab


#cc55ab Border Color

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

This div border color is #cc55ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc55ab


Comments

No comments written yet.

Please login to write comment.