Color Hex Logo

#e09e9a Color Hex

#E09E9A
(224,158,154)
0 Favorites   0 Comments

Color spaces of #e09e9a

RGB 224158154
HSL0.010.530.74
HSV31°88°
CMYK 0.000.290.31   0.12
XYZ48.800142.634136.2290
Yxy42.63410.38230.3340
Hunter Lab65.294819.141712.8091
CIE-Lab71.305924.053811.9384

#e09e9a color RGB value is (224,158,154).

#e09e9a hex color red value is 224, green value is 158 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #e09e9a hue: 0.01 , saturation: 0.53 and the lightness value of e09e9a is 0.74.

The process color (four color CMYK) of #e09e9a color hex is 0.00, 0.29, 0.31, 0.12. Web safe color of #e09e9a is #cc9999. Color #e09e9a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10011110 10011010
Octal 340 236 232
Decimal 224 158 154
Hex E0 9E 9A

RGB Percentages of Color #e09e9a

%41.79
%29.48
%28.73

CMYK Percentages of Color #e09e9a

%0
%29
%31
%12

Triadic Colors of #e09e9a

#e09e9a #9ae09e #9e9ae0

Analogous Colors of #e09e9a

#e09e9a #e0c19a #e09ab9

Monochromatic Colors of #e09e9a

#e09e9a

Complementary Color

#e09e9a #9adce0

#e09e9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e09e9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e09e9a Color CSS Codes

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

#e09e9a Text Font Color

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

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


#e09e9a Background Color

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

This div background color is #e09e9a


#e09e9a Border Color

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

This div border color is #e09e9a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e09e9a


Comments

No comments written yet.

Please login to write comment.