Color Hex Logo

#cc50cc Color Hex

#CC50CC
(204,80,204)
0 Favorites   0 Comments

Color spaces of #cc50cc

RGB 20480204
HSL0.830.550.56
HSV300°61°80°
CMYK 0.000.610.00   0.20
XYZ38.669622.934359.5154
Yxy22.93430.31930.1894
Hunter Lab47.889860.3265-40.1603
CIE-Lab55.004664.4390-41.1041

#cc50cc color RGB value is (204,80,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01010000 11001100
Octal 314 120 314
Decimal 204 80 204
Hex CC 50 CC

RGB Percentages of Color #cc50cc

%41.80
%16.39
%41.80

CMYK Percentages of Color #cc50cc

%0
%61
%0
%20

Triadic Colors of #cc50cc

#cc50cc #cccc50 #50cccc

Analogous Colors of #cc50cc

#cc50cc #cc508e #8e50cc

Monochromatic Colors of #cc50cc

#cc50cc

Complementary Color

#cc50cc #50cc50

#cc50cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc50cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc50cc Color CSS Codes

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

#cc50cc Text Font Color

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

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


#cc50cc Background Color

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

This div background color is #cc50cc


#cc50cc Border Color

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

This div border color is #cc50cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc50cc


Comments

No comments written yet.

Please login to write comment.