Color Hex Logo

#e58aac Color Hex

#E58AAC
(229,138,172)
0 Favorites   0 Comments

Color spaces of #e58aac

RGB 229138172
HSL0.940.640.72
HSV338°40°90°
CMYK 0.000.400.25   0.10
XYZ48.848037.813543.7539
Yxy37.81350.37460.2899
Hunter Lab61.492734.18300.8583
CIE-Lab67.882938.9390-2.9615

#e58aac color RGB value is (229,138,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10001010 10101100
Octal 345 212 254
Decimal 229 138 172
Hex E5 8A AC

RGB Percentages of Color #e58aac

%42.49
%25.60
%31.91

CMYK Percentages of Color #e58aac

%0
%40
%25
%10

Triadic Colors of #e58aac

#e58aac #ace58a #8aace5

Analogous Colors of #e58aac

#e58aac #e5968a #e58ada

Monochromatic Colors of #e58aac

#e58aac

Complementary Color

#e58aac #8ae5c3

#e58aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e58aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e58aac Color CSS Codes

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

#e58aac Text Font Color

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

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


#e58aac Background Color

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

This div background color is #e58aac


#e58aac Border Color

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

This div border color is #e58aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e58aac


Comments

No comments written yet.

Please login to write comment.