Color Hex Logo

#e58aab Color Hex

#E58AAB
(229,138,171)
0 Favorites   0 Comments

Color spaces of #e58aab

RGB 229138171
HSL0.940.640.72
HSV338°40°90°
CMYK 0.000.400.25   0.10
XYZ48.752337.775243.2499
Yxy37.77520.37570.2911
Hunter Lab61.461534.03151.3013
CIE-Lab67.854638.7993-2.4415

#e58aab color RGB value is (229,138,171).

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

The process color (four color CMYK) of #e58aab color hex is 0.00, 0.40, 0.25, 0.10. Web safe color of #e58aab is #cc9999. Color #e58aab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10001010 10101011
Octal 345 212 253
Decimal 229 138 171
Hex E5 8A AB

RGB Percentages of Color #e58aab

%42.57
%25.65
%31.78

CMYK Percentages of Color #e58aab

%0
%40
%25
%10

Triadic Colors of #e58aab

#e58aab #abe58a #8aabe5

Analogous Colors of #e58aab

#e58aab #e5978a #e58ad9

Monochromatic Colors of #e58aab

#e58aab

Complementary Color

#e58aab #8ae5c4

#e58aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e58aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e58aab Color CSS Codes

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

#e58aab Text Font Color

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

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


#e58aab Background Color

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

This div background color is #e58aab


#e58aab Border Color

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

This div border color is #e58aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e58aab


Comments

No comments written yet.

Please login to write comment.