Color Hex Logo

#e2939a Color Hex

#E2939A
(226,147,154)
1 Favorites   0 Comments

Color spaces of #e2939a

RGB 226147154
HSL0.990.580.73
HSV355°35°89°
CMYK 0.000.350.32   0.11
XYZ47.630539.369335.6605
Yxy39.36930.38830.3210
Hunter Lab62.745025.697910.2246
CIE-Lab69.017930.69138.7224

#e2939a color RGB value is (226,147,154).

#e2939a hex color red value is 226, green value is 147 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #e2939a hue: 0.99 , saturation: 0.58 and the lightness value of e2939a is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 10010011 10011010
Octal 342 223 232
Decimal 226 147 154
Hex E2 93 9A

RGB Percentages of Color #e2939a

%42.88
%27.89
%29.22

CMYK Percentages of Color #e2939a

%0
%35
%32
%11

Triadic Colors of #e2939a

#e2939a #9ae293 #939ae2

Analogous Colors of #e2939a

#e2939a #e2b493 #e293c2

Monochromatic Colors of #e2939a

#e2939a

Complementary Color

#e2939a #93e2db

#e2939a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2939a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2939a Color CSS Codes

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

#e2939a Text Font Color

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

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


#e2939a Background Color

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

This div background color is #e2939a


#e2939a Border Color

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

This div border color is #e2939a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2939a


Comments

No comments written yet.

Please login to write comment.