Color Hex Logo

#e1949e Color Hex

#E1949E
(225,148,158)
0 Favorites   0 Comments

Color spaces of #e1949e

RGB 225148158
HSL0.980.560.73
HSV352°34°88°
CMYK 0.000.340.30   0.12
XYZ47.812839.656037.4821
Yxy39.65600.38270.3174
Hunter Lab62.973025.32498.7912
CIE-Lab69.223830.30996.7688

#e1949e color RGB value is (225,148,158).

#e1949e hex color red value is 225, green value is 148 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #e1949e hue: 0.98 , saturation: 0.56 and the lightness value of e1949e is 0.73.

The process color (four color CMYK) of #e1949e color hex is 0.00, 0.34, 0.30, 0.12. Web safe color of #e1949e is #cc9999. Color #e1949e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10010100 10011110
Octal 341 224 236
Decimal 225 148 158
Hex E1 94 9E

RGB Percentages of Color #e1949e

%42.37
%27.87
%29.76

CMYK Percentages of Color #e1949e

%0
%34
%30
%12

Triadic Colors of #e1949e

#e1949e #9ee194 #949ee1

Analogous Colors of #e1949e

#e1949e #e1b194 #e194c5

Monochromatic Colors of #e1949e

#e1949e

Complementary Color

#e1949e #94e1d7

#e1949e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1949e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1949e Color CSS Codes

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

#e1949e Text Font Color

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

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


#e1949e Background Color

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

This div background color is #e1949e


#e1949e Border Color

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

This div border color is #e1949e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1949e


Comments

No comments written yet.

Please login to write comment.