Color Hex Logo

#e057ec Color Hex

#E057EC
(224,87,236)
0 Favorites   0 Comments

Color spaces of #e057ec

RGB 22487236
HSL0.820.800.63
HSV295°63°93°
CMYK 0.050.630.00   0.07
XYZ49.289028.719882.3025
Yxy28.71980.30750.1792
Hunter Lab53.590970.3874-53.5414
CIE-Lab60.533571.8190-50.2313

#e057ec color RGB value is (224,87,236).

#e057ec hex color red value is 224, green value is 87 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #e057ec hue: 0.82 , saturation: 0.80 and the lightness value of e057ec is 0.63.

The process color (four color CMYK) of #e057ec color hex is 0.05, 0.63, 0.00, 0.07. Web safe color of #e057ec is #cc66ff. Color #e057ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01010111 11101100
Octal 340 127 354
Decimal 224 87 236
Hex E0 57 EC

RGB Percentages of Color #e057ec

%40.95
%15.90
%43.14

CMYK Percentages of Color #e057ec

%5
%63
%0
%7

Triadic Colors of #e057ec

#e057ec #ece057 #57ece0

Analogous Colors of #e057ec

#e057ec #ec57ae #9657ec

Monochromatic Colors of #e057ec

#e057ec

Complementary Color

#e057ec #63ec57

#e057ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e057ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e057ec Color CSS Codes

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

#e057ec Text Font Color

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

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


#e057ec Background Color

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

This div background color is #e057ec


#e057ec Border Color

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

This div border color is #e057ec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,87,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e057ec


Comments

No comments written yet.

Please login to write comment.