Color Hex Logo

#e2499a Color Hex

#E2499A
(226,73,154)
0 Favorites   0 Comments

Color spaces of #e2499a

RGB 22673154
HSL0.910.730.59
HSV328°68°89°
CMYK 0.000.680.32   0.11
XYZ39.579323.266932.9768
Yxy23.26690.41300.2428
Hunter Lab48.235862.0535-6.7691
CIE-Lab55.346265.8494-11.3007

#e2499a color RGB value is (226,73,154).

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

The process color (four color CMYK) of #e2499a color hex is 0.00, 0.68, 0.32, 0.11. Web safe color of #e2499a is #cc3399. Color #e2499a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01001001 10011010
Octal 342 111 232
Decimal 226 73 154
Hex E2 49 9A

RGB Percentages of Color #e2499a

%49.89
%16.11
%34.00

CMYK Percentages of Color #e2499a

%0
%68
%32
%11

Triadic Colors of #e2499a

#e2499a #9ae249 #499ae2

Analogous Colors of #e2499a

#e2499a #e2494d #de49e2

Monochromatic Colors of #e2499a

#e2499a

Complementary Color

#e2499a #49e291

#e2499a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2499a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2499a Color CSS Codes

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

#e2499a Text Font Color

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

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


#e2499a Background Color

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

This div background color is #e2499a


#e2499a Border Color

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

This div border color is #e2499a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2499a


Comments

No comments written yet.

Please login to write comment.