Color Hex Logo

#e1649f Color Hex

#E1649F
(225,100,159)
0 Favorites   0 Comments

Color spaces of #e1649f

RGB 225100159
HSL0.920.680.64
HSV332°56°88°
CMYK 0.000.560.29   0.12
XYZ41.866527.625135.9265
Yxy27.62510.39710.2621
Hunter Lab52.559650.2055-3.7353
CIE-Lab59.548554.7939-7.9461

#e1649f color RGB value is (225,100,159).

#e1649f hex color red value is 225, green value is 100 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #e1649f hue: 0.92 , saturation: 0.68 and the lightness value of e1649f is 0.64.

The process color (four color CMYK) of #e1649f color hex is 0.00, 0.56, 0.29, 0.12. Web safe color of #e1649f is #cc6699. Color #e1649f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01100100 10011111
Octal 341 144 237
Decimal 225 100 159
Hex E1 64 9F

RGB Percentages of Color #e1649f

%46.49
%20.66
%32.85

CMYK Percentages of Color #e1649f

%0
%56
%29
%12

Triadic Colors of #e1649f

#e1649f #9fe164 #649fe1

Analogous Colors of #e1649f

#e1649f #e16864 #e164de

Monochromatic Colors of #e1649f

#e1649f

Complementary Color

#e1649f #64e1a6

#e1649f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1649f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1649f Color CSS Codes

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

#e1649f Text Font Color

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

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


#e1649f Background Color

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

This div background color is #e1649f


#e1649f Border Color

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

This div border color is #e1649f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(225,100,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e1649f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e1649f;
  -webkit-box-shadow: 1px 1px 3px 2px #e1649f;
  box-shadow:         1px 1px 3px 2px #e1649f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,100,159, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1649f


Comments

No comments written yet.

Please login to write comment.