Color Hex Logo

#e39eaa Color Hex

#E39EAA
(227,158,170)
0 Favorites   0 Comments

Color spaces of #e39eaa

RGB 227158170
HSL0.970.550.75
HSV350°30°89°
CMYK 0.000.300.25   0.11
XYZ51.161143.686943.7661
Yxy43.68690.36910.3152
Hunter Lab66.096122.49837.0078
CIE-Lab72.018727.33674.1554

#e39eaa color RGB value is (227,158,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 10011110 10101010
Octal 343 236 252
Decimal 227 158 170
Hex E3 9E AA

RGB Percentages of Color #e39eaa

%40.90
%28.47
%30.63

CMYK Percentages of Color #e39eaa

%0
%30
%25
%11

Triadic Colors of #e39eaa

#e39eaa #aae39e #9eaae3

Analogous Colors of #e39eaa

#e39eaa #e3b59e #e39ecd

Monochromatic Colors of #e39eaa

#e39eaa

Complementary Color

#e39eaa #9ee3d7

#e39eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e39eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e39eaa Color CSS Codes

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

#e39eaa Text Font Color

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

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


#e39eaa Background Color

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

This div background color is #e39eaa


#e39eaa Border Color

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

This div border color is #e39eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e39eaa


Comments

No comments written yet.

Please login to write comment.