Color Hex Logo

#e39aaa Color Hex

#E39AAA
(227,154,170)
0 Favorites   0 Comments

Color spaces of #e39aaa

RGB 227154170
HSL0.960.570.75
HSV347°32°89°
CMYK 0.000.320.25   0.11
XYZ50.489942.344443.5424
Yxy42.34440.37020.3105
Hunter Lab65.072624.62145.8777
CIE-Lab71.107729.47702.8366

#e39aaa color RGB value is (227,154,170).

#e39aaa hex color red value is 227, green value is 154 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e39aaa hue: 0.96 , saturation: 0.57 and the lightness value of e39aaa is 0.75.

The process color (four color CMYK) of #e39aaa color hex is 0.00, 0.32, 0.25, 0.11. Web safe color of #e39aaa is #cc9999. Color #e39aaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 10011010 10101010
Octal 343 232 252
Decimal 227 154 170
Hex E3 9A AA

RGB Percentages of Color #e39aaa

%41.20
%27.95
%30.85

CMYK Percentages of Color #e39aaa

%0
%32
%25
%11

Triadic Colors of #e39aaa

#e39aaa #aae39a #9aaae3

Analogous Colors of #e39aaa

#e39aaa #e3af9a #e39acf

Monochromatic Colors of #e39aaa

#e39aaa

Complementary Color

#e39aaa #9ae3d3

#e39aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e39aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e39aaa Color CSS Codes

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

#e39aaa Text Font Color

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

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


#e39aaa Background Color

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

This div background color is #e39aaa


#e39aaa Border Color

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

This div border color is #e39aaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(227,154,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e39aaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e39aaa;
  -webkit-box-shadow: 1px 1px 3px 2px #e39aaa;
  box-shadow:         1px 1px 3px 2px #e39aaa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,154,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e39aaa


Comments

No comments written yet.

Please login to write comment.