Color Hex Logo

#e57aeb Color Hex

#E57AEB
(229,122,235)
0 Favorites   0 Comments

Color spaces of #e57aeb

RGB 229122235
HSL0.820.740.70
HSV297°48°92°
CMYK 0.030.480.00   0.08
XYZ54.268036.575282.7967
Yxy36.57520.31250.2106
Hunter Lab60.477454.3373-38.8368
CIE-Lab66.957157.2260-39.5202

#e57aeb color RGB value is (229,122,235).

#e57aeb hex color red value is 229, green value is 122 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #e57aeb hue: 0.82 , saturation: 0.74 and the lightness value of e57aeb is 0.70.

The process color (four color CMYK) of #e57aeb color hex is 0.03, 0.48, 0.00, 0.08. Web safe color of #e57aeb is #cc66ff. Color #e57aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01111010 11101011
Octal 345 172 353
Decimal 229 122 235
Hex E5 7A EB

RGB Percentages of Color #e57aeb

%39.08
%20.82
%40.10

CMYK Percentages of Color #e57aeb

%3
%48
%0
%8

Triadic Colors of #e57aeb

#e57aeb #ebe57a #7aebe5

Analogous Colors of #e57aeb

#e57aeb #eb7ab9 #ad7aeb

Monochromatic Colors of #e57aeb

#e57aeb

Complementary Color

#e57aeb #80eb7a

#e57aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e57aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e57aeb Color CSS Codes

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

#e57aeb Text Font Color

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

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


#e57aeb Background Color

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

This div background color is #e57aeb


#e57aeb Border Color

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

This div border color is #e57aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e57aeb


Comments

No comments written yet.

Please login to write comment.