Color Hex Logo

#e149ab Color Hex

#E149AB
(225,73,171)
0 Favorites   0 Comments

Color spaces of #e149ab

RGB 22573171
HSL0.890.720.58
HSV321°68°88°
CMYK 0.000.680.24   0.12
XYZ40.784623.712940.9555
Yxy23.71290.38680.2249
Hunter Lab48.695964.2825-15.7785
CIE-Lab55.799267.6492-20.5795

#e149ab color RGB value is (225,73,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01001001 10101011
Octal 341 111 253
Decimal 225 73 171
Hex E1 49 AB

RGB Percentages of Color #e149ab

%47.97
%15.57
%36.46

CMYK Percentages of Color #e149ab

%0
%68
%24
%12

Triadic Colors of #e149ab

#e149ab #abe149 #49abe1

Analogous Colors of #e149ab

#e149ab #e1495f #cb49e1

Monochromatic Colors of #e149ab

#e149ab

Complementary Color

#e149ab #49e17f

#e149ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e149ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e149ab Color CSS Codes

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

#e149ab Text Font Color

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

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


#e149ab Background Color

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

This div background color is #e149ab


#e149ab Border Color

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

This div border color is #e149ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e149ab


Comments

No comments written yet.

Please login to write comment.