Color Hex Logo

#cc50dc Color Hex

#CC50DC
(204,80,220)
0 Favorites   0 Comments

Color spaces of #cc50dc

RGB 20480220
HSL0.810.670.59
HSV293°64°86°
CMYK 0.070.640.00   0.14
XYZ40.688823.742070.1483
Yxy23.74200.30230.1764
Hunter Lab48.725863.7876-51.2491
CIE-Lab55.828567.2271-48.8935

#cc50dc color RGB value is (204,80,220).

#cc50dc hex color red value is 204, green value is 80 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #cc50dc hue: 0.81 , saturation: 0.67 and the lightness value of cc50dc is 0.59.

The process color (four color CMYK) of #cc50dc color hex is 0.07, 0.64, 0.00, 0.14. Web safe color of #cc50dc is #cc66cc. Color #cc50dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01010000 11011100
Octal 314 120 334
Decimal 204 80 220
Hex CC 50 DC

RGB Percentages of Color #cc50dc

%40.48
%15.87
%43.65

CMYK Percentages of Color #cc50dc

%7
%64
%0
%14

Triadic Colors of #cc50dc

#cc50dc #dccc50 #50dccc

Analogous Colors of #cc50dc

#cc50dc #dc50a6 #8650dc

Monochromatic Colors of #cc50dc

#cc50dc

Complementary Color

#cc50dc #60dc50

#cc50dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc50dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc50dc Color CSS Codes

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

#cc50dc Text Font Color

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

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


#cc50dc Background Color

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

This div background color is #cc50dc


#cc50dc Border Color

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

This div border color is #cc50dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,80,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #cc50dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc50dc


Comments

No comments written yet.

Please login to write comment.