Color Hex Logo

#cc4dcc Color Hex

#CC4DCC
(204,77,204)
0 Favorites   0 Comments

Color spaces of #cc4dcc

RGB 20477204
HSL0.830.550.55
HSV300°62°80°
CMYK 0.000.620.00   0.20
XYZ38.454822.504859.4438
Yxy22.50480.31940.1869
Hunter Lab47.439261.6756-41.0860
CIE-Lab54.558665.6744-41.8076

#cc4dcc color RGB value is (204,77,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01001101 11001100
Octal 314 115 314
Decimal 204 77 204
Hex CC 4D CC

RGB Percentages of Color #cc4dcc

%42.06
%15.88
%42.06

CMYK Percentages of Color #cc4dcc

%0
%62
%0
%20

Triadic Colors of #cc4dcc

#cc4dcc #cccc4d #4dcccc

Analogous Colors of #cc4dcc

#cc4dcc #cc4d8d #8d4dcc

Monochromatic Colors of #cc4dcc

#cc4dcc

Complementary Color

#cc4dcc #4dcc4d

#cc4dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc4dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc4dcc Color CSS Codes

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

#cc4dcc Text Font Color

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

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


#cc4dcc Background Color

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

This div background color is #cc4dcc


#cc4dcc Border Color

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

This div border color is #cc4dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc4dcc


Comments

No comments written yet.

Please login to write comment.