Color Hex Logo

#cc8ccc Color Hex

#CC8CCC
(204,140,204)
0 Favorites   0 Comments

Color spaces of #cc8ccc

RGB 204140204
HSL0.830.390.67
HSV300°31°80°
CMYK 0.000.310.00   0.20
XYZ45.179035.953261.6852
Yxy35.95320.31630.2517
Hunter Lab59.961029.5632-19.0222
CIE-Lab66.484234.6788-23.2754

#cc8ccc color RGB value is (204,140,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10001100 11001100
Octal 314 214 314
Decimal 204 140 204
Hex CC 8C CC

RGB Percentages of Color #cc8ccc

%37.23
%25.55
%37.23

CMYK Percentages of Color #cc8ccc

%0
%31
%0
%20

Triadic Colors of #cc8ccc

#cc8ccc #cccc8c #8ccccc

Analogous Colors of #cc8ccc

#cc8ccc #cc8cac #ac8ccc

Monochromatic Colors of #cc8ccc

#cc8ccc

Complementary Color

#cc8ccc #8ccc8c

#cc8ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc8ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc8ccc Color CSS Codes

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

#cc8ccc Text Font Color

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

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


#cc8ccc Background Color

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

This div background color is #cc8ccc


#cc8ccc Border Color

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

This div border color is #cc8ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc8ccc


Comments

No comments written yet.

Please login to write comment.