Color Hex Logo

#cc50eb Color Hex

#CC50EB
(204,80,235)
0 Favorites   0 Comments

Color spaces of #cc50eb

RGB 20480235
HSL0.800.790.62
HSV288°66°92°
CMYK 0.130.660.00   0.08
XYZ42.765924.572881.0863
Yxy24.57280.28810.1656
Hunter Lab49.571067.2465-62.2847
CIE-Lab56.656869.9632-56.0135

#cc50eb color RGB value is (204,80,235).

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

The process color (four color CMYK) of #cc50eb color hex is 0.13, 0.66, 0.00, 0.08. Web safe color of #cc50eb is #cc66ff. Color #cc50eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01010000 11101011
Octal 314 120 353
Decimal 204 80 235
Hex CC 50 EB

RGB Percentages of Color #cc50eb

%39.31
%15.41
%45.28

CMYK Percentages of Color #cc50eb

%13
%66
%0
%8

Triadic Colors of #cc50eb

#cc50eb #ebcc50 #50ebcc

Analogous Colors of #cc50eb

#cc50eb #eb50bd #7f50eb

Monochromatic Colors of #cc50eb

#cc50eb

Complementary Color

#cc50eb #6feb50

#cc50eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc50eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc50eb Color CSS Codes

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

#cc50eb Text Font Color

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

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


#cc50eb Background Color

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

This div background color is #cc50eb


#cc50eb Border Color

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

This div border color is #cc50eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc50eb


Comments

No comments written yet.

Please login to write comment.