Color Hex Logo

#cc59eb Color Hex

#CC59EB
(204,89,235)
0 Favorites   0 Comments

Color spaces of #cc59eb

RGB 20489235
HSL0.800.780.64
HSV287°62°92°
CMYK 0.130.620.00   0.08
XYZ43.469625.980381.3209
Yxy25.98030.28830.1723
Hunter Lab50.970963.0315-58.9139
CIE-Lab58.018366.1845-53.8407

#cc59eb color RGB value is (204,89,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01011001 11101011
Octal 314 131 353
Decimal 204 89 235
Hex CC 59 EB

RGB Percentages of Color #cc59eb

%38.64
%16.86
%44.51

CMYK Percentages of Color #cc59eb

%13
%62
%0
%8

Triadic Colors of #cc59eb

#cc59eb #ebcc59 #59ebcc

Analogous Colors of #cc59eb

#cc59eb #eb59c1 #8359eb

Monochromatic Colors of #cc59eb

#cc59eb

Complementary Color

#cc59eb #78eb59

#cc59eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc59eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc59eb Color CSS Codes

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

#cc59eb Text Font Color

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

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


#cc59eb Background Color

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

This div background color is #cc59eb


#cc59eb Border Color

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

This div border color is #cc59eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc59eb


Comments

No comments written yet.

Please login to write comment.