Color Hex Logo

#e58abe Color Hex

#E58ABE
(229,138,190)
0 Favorites   0 Comments

Color spaces of #e58abe

RGB 229138190
HSL0.900.640.72
HSV326°40°90°
CMYK 0.000.400.17   0.10
XYZ50.695838.552753.4846
Yxy38.55270.35520.2701
Hunter Lab62.090837.0824-7.6084
CIE-Lab68.426041.5858-12.2425

#e58abe color RGB value is (229,138,190).

#e58abe hex color red value is 229, green value is 138 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #e58abe hue: 0.90 , saturation: 0.64 and the lightness value of e58abe is 0.72.

The process color (four color CMYK) of #e58abe color hex is 0.00, 0.40, 0.17, 0.10. Web safe color of #e58abe is #cc99cc. Color #e58abe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10001010 10111110
Octal 345 212 276
Decimal 229 138 190
Hex E5 8A BE

RGB Percentages of Color #e58abe

%41.11
%24.78
%34.11

CMYK Percentages of Color #e58abe

%0
%40
%17
%10

Triadic Colors of #e58abe

#e58abe #bee58a #8abee5

Analogous Colors of #e58abe

#e58abe #e58a91 #df8ae5

Monochromatic Colors of #e58abe

#e58abe

Complementary Color

#e58abe #8ae5b1

#e58abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e58abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e58abe Color CSS Codes

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

#e58abe Text Font Color

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

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


#e58abe Background Color

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

This div background color is #e58abe


#e58abe Border Color

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

This div border color is #e58abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e58abe


Comments

No comments written yet.

Please login to write comment.