Color Hex Logo

#cc88cc Color Hex

#CC88CC
(204,136,204)
2 Favorites   0 Comments

Color spaces of #cc88cc

RGB 204136204
HSL0.830.400.67
HSV300°33°80°
CMYK 0.000.330.00   0.20
XYZ44.605134.805361.4939
Yxy34.80530.31660.2470
Hunter Lab58.996031.7154-20.5031
CIE-Lab65.596836.8442-24.6341

#cc88cc color RGB value is (204,136,204). This hex color code is also a web safe color which is equal to #C8C.

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10001000 11001100
Octal 314 210 314
Decimal 204 136 204
Hex CC 88 CC

RGB Percentages of Color #cc88cc

%37.50
%25.00
%37.50

CMYK Percentages of Color #cc88cc

%0
%33
%0
%20

Triadic Colors of #cc88cc

#cc88cc #cccc88 #88cccc

Analogous Colors of #cc88cc

#cc88cc #cc88aa #aa88cc

Monochromatic Colors of #cc88cc

#cc88cc

Complementary Color

#cc88cc #88cc88

#cc88cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc88cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc88cc Color CSS Codes

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

#cc88cc Text Font Color

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

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


#cc88cc Background Color

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

This div background color is #cc88cc


#cc88cc Border Color

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

This div border color is #cc88cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc88cc

#cc88cc Color Palettes


Comments

No comments written yet.

Please login to write comment.