Color Hex Logo

#e144ab Color Hex

#E144AB
(225,68,171)
0 Favorites   0 Comments

Color spaces of #e144ab

RGB 22568171
HSL0.890.720.57
HSV321°70°88°
CMYK 0.000.700.24   0.12
XYZ40.469123.082140.8504
Yxy23.08210.38760.2211
Hunter Lab48.043866.2804-16.7820
CIE-Lab55.156869.4431-21.5635

#e144ab color RGB value is (225,68,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01000100 10101011
Octal 341 104 253
Decimal 225 68 171
Hex E1 44 AB

RGB Percentages of Color #e144ab

%48.49
%14.66
%36.85

CMYK Percentages of Color #e144ab

%0
%70
%24
%12

Triadic Colors of #e144ab

#e144ab #abe144 #44abe1

Analogous Colors of #e144ab

#e144ab #e1445d #c944e1

Monochromatic Colors of #e144ab

#e144ab

Complementary Color

#e144ab #44e17a

#e144ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e144ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e144ab Color CSS Codes

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

#e144ab Text Font Color

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

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


#e144ab Background Color

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

This div background color is #e144ab


#e144ab Border Color

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

This div border color is #e144ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e144ab


Comments

No comments written yet.

Please login to write comment.