Color Hex Logo

#e249ad Color Hex

#E249AD
(226,73,173)
0 Favorites   0 Comments

Color spaces of #e249ad

RGB 22673173
HSL0.890.730.59
HSV321°68°89°
CMYK 0.000.680.23   0.11
XYZ41.289423.951041.9820
Yxy23.95100.38510.2234
Hunter Lab48.939864.9520-16.6029
CIE-Lab56.038768.1663-21.3628

#e249ad color RGB value is (226,73,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01001001 10101101
Octal 342 111 255
Decimal 226 73 173
Hex E2 49 AD

RGB Percentages of Color #e249ad

%47.88
%15.47
%36.65

CMYK Percentages of Color #e249ad

%0
%68
%23
%11

Triadic Colors of #e249ad

#e249ad #ade249 #49ade2

Analogous Colors of #e249ad

#e249ad #e24961 #cb49e2

Monochromatic Colors of #e249ad

#e249ad

Complementary Color

#e249ad #49e27e

#e249ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e249ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e249ad Color CSS Codes

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

#e249ad Text Font Color

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

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


#e249ad Background Color

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

This div background color is #e249ad


#e249ad Border Color

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

This div border color is #e249ad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,73,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e249ad


Comments

No comments written yet.

Please login to write comment.