Color Hex Logo

#e1498a Color Hex

#E1498A
(225,73,138)
0 Favorites   0 Comments

Color spaces of #e1498a

RGB 22573138
HSL0.930.720.58
HSV334°68°88°
CMYK 0.000.680.39   0.12
XYZ38.021322.607626.4045
Yxy22.60760.43690.2598
Hunter Lab47.547459.52940.3577
CIE-Lab54.665863.8171-2.8823

#e1498a color RGB value is (225,73,138).

#e1498a hex color red value is 225, green value is 73 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #e1498a hue: 0.93 , saturation: 0.72 and the lightness value of e1498a is 0.58.

The process color (four color CMYK) of #e1498a color hex is 0.00, 0.68, 0.39, 0.12. Web safe color of #e1498a is #cc3399. Color #e1498a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01001001 10001010
Octal 341 111 212
Decimal 225 73 138
Hex E1 49 8A

RGB Percentages of Color #e1498a

%51.61
%16.74
%31.65

CMYK Percentages of Color #e1498a

%0
%68
%39
%12

Triadic Colors of #e1498a

#e1498a #8ae149 #498ae1

Analogous Colors of #e1498a

#e1498a #e15449 #e149d6

Monochromatic Colors of #e1498a

#e1498a

Complementary Color

#e1498a #49e1a0

#e1498a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1498a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1498a Color CSS Codes

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

#e1498a Text Font Color

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

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


#e1498a Background Color

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

This div background color is #e1498a


#e1498a Border Color

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

This div border color is #e1498a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1498a


Comments

No comments written yet.

Please login to write comment.