Color Hex Logo

#cc50ed Color Hex

#CC50ED
(204,80,237)
0 Favorites   0 Comments

Color spaces of #cc50ed

RGB 20480237
HSL0.800.810.62
HSV287°66°93°
CMYK 0.140.660.00   0.07
XYZ43.056624.689182.6169
Yxy24.68910.28640.1642
Hunter Lab49.688167.7226-63.8003
CIE-Lab56.771270.3361-56.9498

#cc50ed color RGB value is (204,80,237).

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

The process color (four color CMYK) of #cc50ed color hex is 0.14, 0.66, 0.00, 0.07. Web safe color of #cc50ed is #cc66ff. Color #cc50ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01010000 11101101
Octal 314 120 355
Decimal 204 80 237
Hex CC 50 ED

RGB Percentages of Color #cc50ed

%39.16
%15.36
%45.49

CMYK Percentages of Color #cc50ed

%14
%66
%0
%7

Triadic Colors of #cc50ed

#cc50ed #edcc50 #50edcc

Analogous Colors of #cc50ed

#cc50ed #ed50c0 #7e50ed

Monochromatic Colors of #cc50ed

#cc50ed

Complementary Color

#cc50ed #71ed50

#cc50ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc50ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc50ed Color CSS Codes

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

#cc50ed Text Font Color

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

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


#cc50ed Background Color

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

This div background color is #cc50ed


#cc50ed Border Color

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

This div border color is #cc50ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc50ed


Comments

No comments written yet.

Please login to write comment.