Color Hex Logo

#e044ab Color Hex

#E044AB
(224,68,171)
0 Favorites   0 Comments

Color spaces of #e044ab

RGB 22468171
HSL0.890.720.57
HSV320°70°88°
CMYK 0.000.700.24   0.12
XYZ40.158322.921840.8359
Yxy22.92180.38640.2206
Hunter Lab47.876765.9390-17.0570
CIE-Lab54.991769.1893-21.8311

#e044ab color RGB value is (224,68,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01000100 10101011
Octal 340 104 253
Decimal 224 68 171
Hex E0 44 AB

RGB Percentages of Color #e044ab

%48.38
%14.69
%36.93

CMYK Percentages of Color #e044ab

%0
%70
%24
%12

Triadic Colors of #e044ab

#e044ab #abe044 #44abe0

Analogous Colors of #e044ab

#e044ab #e0445d #c744e0

Monochromatic Colors of #e044ab

#e044ab

Complementary Color

#e044ab #44e079

#e044ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e044ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e044ab Color CSS Codes

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

#e044ab Text Font Color

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

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


#e044ab Background Color

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

This div background color is #e044ab


#e044ab Border Color

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

This div border color is #e044ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e044ab


Comments

No comments written yet.

Please login to write comment.