Color Hex Logo

#cc8bcc Color Hex

#CC8BCC
(204,139,204)
0 Favorites   0 Comments

Color spaces of #cc8bcc

RGB 204139204
HSL0.830.390.67
HSV300°32°80°
CMYK 0.000.320.00   0.20
XYZ45.033535.662261.6367
Yxy35.66220.31640.2506
Hunter Lab59.717830.1015-19.3926
CIE-Lab66.261035.2212-23.6167

#cc8bcc color RGB value is (204,139,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10001011 11001100
Octal 314 213 314
Decimal 204 139 204
Hex CC 8B CC

RGB Percentages of Color #cc8bcc

%37.29
%25.41
%37.29

CMYK Percentages of Color #cc8bcc

%0
%32
%0
%20

Triadic Colors of #cc8bcc

#cc8bcc #cccc8b #8bcccc

Analogous Colors of #cc8bcc

#cc8bcc #cc8bac #ac8bcc

Monochromatic Colors of #cc8bcc

#cc8bcc

Complementary Color

#cc8bcc #8bcc8b

#cc8bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc8bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc8bcc Color CSS Codes

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

#cc8bcc Text Font Color

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

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


#cc8bcc Background Color

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

This div background color is #cc8bcc


#cc8bcc Border Color

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

This div border color is #cc8bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc8bcc


Comments

No comments written yet.

Please login to write comment.