Color Hex Logo

#e1148a Color Hex

#E1148A
(225,20,138)
0 Favorites   0 Comments

Color spaces of #e1148a

RGB 22520138
HSL0.900.840.48
HSV325°91°88°
CMYK 0.000.910.39   0.12
XYZ35.888918.342825.6937
Yxy18.34280.44900.2295
Hunter Lab42.828574.6274-5.5894
CIE-Lab49.909377.2992-9.9539

#e1148a color RGB value is (225,20,138).

#e1148a hex color red value is 225, green value is 20 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #e1148a hue: 0.90 , saturation: 0.84 and the lightness value of e1148a is 0.48.

The process color (four color CMYK) of #e1148a color hex is 0.00, 0.91, 0.39, 0.12. Web safe color of #e1148a is #cc0099. Color #e1148a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00010100 10001010
Octal 341 24 212
Decimal 225 20 138
Hex E1 14 8A

RGB Percentages of Color #e1148a

%58.75
%5.22
%36.03

CMYK Percentages of Color #e1148a

%0
%91
%39
%12

Triadic Colors of #e1148a

#e1148a #8ae114 #148ae1

Analogous Colors of #e1148a

#e1148a #e11423 #d214e1

Monochromatic Colors of #e1148a

#e1148a

Complementary Color

#e1148a #14e16b

#e1148a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1148a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1148a Color CSS Codes

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

#e1148a Text Font Color

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

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


#e1148a Background Color

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

This div background color is #e1148a


#e1148a Border Color

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

This div border color is #e1148a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1148a


Comments

No comments written yet.

Please login to write comment.