Color Hex Logo

#cc88cf Color Hex

#CC88CF
(204,136,207)
0 Favorites   0 Comments

Color spaces of #cc88cf

RGB 204136207
HSL0.830.430.67
HSV297°34°81°
CMYK 0.010.340.00   0.19
XYZ44.968534.950763.4075
Yxy34.95070.31370.2439
Hunter Lab59.119132.3162-22.2074
CIE-Lab65.710337.4075-26.1358

#cc88cf color RGB value is (204,136,207).

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

The process color (four color CMYK) of #cc88cf color hex is 0.01, 0.34, 0.00, 0.19. Web safe color of #cc88cf is #cc99cc. Color #cc88cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10001000 11001111
Octal 314 210 317
Decimal 204 136 207
Hex CC 88 CF

RGB Percentages of Color #cc88cf

%37.29
%24.86
%37.84

CMYK Percentages of Color #cc88cf

%1
%34
%0
%19

Triadic Colors of #cc88cf

#cc88cf #cfcc88 #88cfcc

Analogous Colors of #cc88cf

#cc88cf #cf88af #a988cf

Monochromatic Colors of #cc88cf

#cc88cf

Complementary Color

#cc88cf #8bcf88

#cc88cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc88cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc88cf Color CSS Codes

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

#cc88cf Text Font Color

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

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


#cc88cf Background Color

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

This div background color is #cc88cf


#cc88cf Border Color

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

This div border color is #cc88cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc88cf


Comments

No comments written yet.

Please login to write comment.