Color Hex Logo

#cc88ab Color Hex

#CC88AB
(204,136,171)
0 Favorites   0 Comments

Color spaces of #cc88ab

RGB 204136171
HSL0.910.400.67
HSV329°33°80°
CMYK 0.000.330.16   0.20
XYZ41.056733.386042.8083
Yxy33.38600.35020.2847
Hunter Lab57.780625.7192-3.4801
CIE-Lab64.472231.1021-7.7711

#cc88ab color RGB value is (204,136,171).

#cc88ab hex color red value is 204, green value is 136 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #cc88ab hue: 0.91 , saturation: 0.40 and the lightness value of cc88ab is 0.67.

The process color (four color CMYK) of #cc88ab color hex is 0.00, 0.33, 0.16, 0.20. Web safe color of #cc88ab is #cc9999. Color #cc88ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10001000 10101011
Octal 314 210 253
Decimal 204 136 171
Hex CC 88 AB

RGB Percentages of Color #cc88ab

%39.92
%26.61
%33.46

CMYK Percentages of Color #cc88ab

%0
%33
%16
%20

Triadic Colors of #cc88ab

#cc88ab #abcc88 #88abcc

Analogous Colors of #cc88ab

#cc88ab #cc8889 #cb88cc

Monochromatic Colors of #cc88ab

#cc88ab

Complementary Color

#cc88ab #88cca9

#cc88ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc88ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc88ab Color CSS Codes

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

#cc88ab Text Font Color

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

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


#cc88ab Background Color

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

This div background color is #cc88ab


#cc88ab Border Color

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

This div border color is #cc88ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc88ab


Comments

No comments written yet.

Please login to write comment.