Color Hex Logo

#e57abe Color Hex

#E57ABE
(229,122,190)
0 Favorites   0 Comments

Color spaces of #e57abe

RGB 229122190
HSL0.890.670.69
HSV322°47°90°
CMYK 0.000.470.17   0.10
XYZ48.566934.294852.7750
Yxy34.29480.35810.2528
Hunter Lab58.561845.5519-12.4380
CIE-Lab65.195949.7513-17.1106

#e57abe color RGB value is (229,122,190).

#e57abe hex color red value is 229, green value is 122 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #e57abe hue: 0.89 , saturation: 0.67 and the lightness value of e57abe is 0.69.

The process color (four color CMYK) of #e57abe color hex is 0.00, 0.47, 0.17, 0.10. Web safe color of #e57abe is #cc66cc. Color #e57abe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01111010 10111110
Octal 345 172 276
Decimal 229 122 190
Hex E5 7A BE

RGB Percentages of Color #e57abe

%42.33
%22.55
%35.12

CMYK Percentages of Color #e57abe

%0
%47
%17
%10

Triadic Colors of #e57abe

#e57abe #bee57a #7abee5

Analogous Colors of #e57abe

#e57abe #e57a89 #d77ae5

Monochromatic Colors of #e57abe

#e57abe

Complementary Color

#e57abe #7ae5a1

#e57abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e57abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e57abe Color CSS Codes

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

#e57abe Text Font Color

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

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


#e57abe Background Color

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

This div background color is #e57abe


#e57abe Border Color

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

This div border color is #e57abe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,122,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e57abe


Comments

No comments written yet.

Please login to write comment.