Color Hex Logo

#e053cc Color Hex

#E053CC
(224,83,204)
0 Favorites   0 Comments

Color spaces of #e053cc

RGB 22483204
HSL0.860.690.60
HSV309°63°88°
CMYK 0.000.630.09   0.12
XYZ44.732826.393459.8635
Yxy26.39340.34150.2015
Hunter Lab51.374565.5181-33.1248
CIE-Lab58.408668.1983-35.5534

#e053cc color RGB value is (224,83,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01010011 11001100
Octal 340 123 314
Decimal 224 83 204
Hex E0 53 CC

RGB Percentages of Color #e053cc

%43.84
%16.24
%39.92

CMYK Percentages of Color #e053cc

%0
%63
%9
%12

Triadic Colors of #e053cc

#e053cc #cce053 #53cce0

Analogous Colors of #e053cc

#e053cc #e05386 #ae53e0

Monochromatic Colors of #e053cc

#e053cc

Complementary Color

#e053cc #53e067

#e053cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e053cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e053cc Color CSS Codes

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

#e053cc Text Font Color

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

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


#e053cc Background Color

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

This div background color is #e053cc


#e053cc Border Color

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

This div border color is #e053cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e053cc


Comments

No comments written yet.

Please login to write comment.