Color Hex Logo

#e057ed Color Hex

#E057ED
(224,87,237)
0 Favorites   0 Comments

Color spaces of #e057ed

RGB 22487237
HSL0.820.810.64
HSV295°63°93°
CMYK 0.050.630.00   0.07
XYZ49.434728.778183.0700
Yxy28.77810.30650.1784
Hunter Lab53.645270.6107-54.2593
CIE-Lab60.585371.9914-50.7067

#e057ed color RGB value is (224,87,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01010111 11101101
Octal 340 127 355
Decimal 224 87 237
Hex E0 57 ED

RGB Percentages of Color #e057ed

%40.88
%15.88
%43.25

CMYK Percentages of Color #e057ed

%5
%63
%0
%7

Triadic Colors of #e057ed

#e057ed #ede057 #57ede0

Analogous Colors of #e057ed

#e057ed #ed57af #9557ed

Monochromatic Colors of #e057ed

#e057ed

Complementary Color

#e057ed #64ed57

#e057ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e057ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#e057ed Color CSS Codes

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

#e057ed Text Font Color

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

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


#e057ed Background Color

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

This div background color is #e057ed


#e057ed Border Color

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

This div border color is #e057ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e057ed


Comments

No comments written yet.

Please login to write comment.