Color Hex Logo

#cc6fcc Color Hex

#CC6FCC
(204,111,204)
0 Favorites   0 Comments

Color spaces of #cc6fcc

RGB 204111204
HSL0.830.480.62
HSV300°46°80°
CMYK 0.000.460.00   0.20
XYZ41.485428.565960.4540
Yxy28.56590.31790.2189
Hunter Lab53.447145.0186-29.6500
CIE-Lab60.396649.9806-32.6628

#cc6fcc color RGB value is (204,111,204).

#cc6fcc hex color red value is 204, green value is 111 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #cc6fcc hue: 0.83 , saturation: 0.48 and the lightness value of cc6fcc is 0.62.

The process color (four color CMYK) of #cc6fcc color hex is 0.00, 0.46, 0.00, 0.20. Web safe color of #cc6fcc is #cc66cc. Color #cc6fcc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01101111 11001100
Octal 314 157 314
Decimal 204 111 204
Hex CC 6F CC

RGB Percentages of Color #cc6fcc

%39.31
%21.39
%39.31

CMYK Percentages of Color #cc6fcc

%0
%46
%0
%20

Triadic Colors of #cc6fcc

#cc6fcc #cccc6f #6fcccc

Analogous Colors of #cc6fcc

#cc6fcc #cc6f9e #9e6fcc

Monochromatic Colors of #cc6fcc

#cc6fcc

Complementary Color

#cc6fcc #6fcc6f

#cc6fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc6fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc6fcc Color CSS Codes

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

#cc6fcc Text Font Color

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

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


#cc6fcc Background Color

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

This div background color is #cc6fcc


#cc6fcc Border Color

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

This div border color is #cc6fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc6fcc


Comments

No comments written yet.

Please login to write comment.