Color Hex Logo

#e059cc Color Hex

#E059CC
(224,89,204)
0 Favorites   0 Comments

Color spaces of #e059cc

RGB 22489204
HSL0.860.690.61
HSV309°60°88°
CMYK 0.000.600.09   0.12
XYZ45.211927.351760.0232
Yxy27.35170.34100.2063
Hunter Lab52.298962.7887-31.4377
CIE-Lab59.298565.7463-34.1647

#e059cc color RGB value is (224,89,204).

#e059cc hex color red value is 224, green value is 89 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #e059cc hue: 0.86 , saturation: 0.69 and the lightness value of e059cc is 0.61.

The process color (four color CMYK) of #e059cc color hex is 0.00, 0.60, 0.09, 0.12. Web safe color of #e059cc is #cc66cc. Color #e059cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01011001 11001100
Octal 340 131 314
Decimal 224 89 204
Hex E0 59 CC

RGB Percentages of Color #e059cc

%43.33
%17.21
%39.46

CMYK Percentages of Color #e059cc

%0
%60
%9
%12

Triadic Colors of #e059cc

#e059cc #cce059 #59cce0

Analogous Colors of #e059cc

#e059cc #e05989 #b159e0

Monochromatic Colors of #e059cc

#e059cc

Complementary Color

#e059cc #59e06d

#e059cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e059cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e059cc Color CSS Codes

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

#e059cc Text Font Color

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

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


#e059cc Background Color

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

This div background color is #e059cc


#e059cc Border Color

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

This div border color is #e059cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e059cc


Comments

No comments written yet.

Please login to write comment.