Color Hex Logo

#e448ab Color Hex

#E448AB
(228,72,171)
0 Favorites   0 Comments

Color spaces of #e448ab

RGB 22872171
HSL0.890.740.59
HSV322°68°89°
CMYK 0.000.680.25   0.11
XYZ41.663024.069040.9780
Yxy24.06900.39040.2256
Hunter Lab49.060265.7309-15.1805
CIE-Lab56.156868.7959-19.9894

#e448ab color RGB value is (228,72,171).

#e448ab hex color red value is 228, green value is 72 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #e448ab hue: 0.89 , saturation: 0.74 and the lightness value of e448ab is 0.59.

The process color (four color CMYK) of #e448ab color hex is 0.00, 0.68, 0.25, 0.11. Web safe color of #e448ab is #cc3399. Color #e448ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01001000 10101011
Octal 344 110 253
Decimal 228 72 171
Hex E4 48 AB

RGB Percentages of Color #e448ab

%48.41
%15.29
%36.31

CMYK Percentages of Color #e448ab

%0
%68
%25
%11

Triadic Colors of #e448ab

#e448ab #abe448 #48abe4

Analogous Colors of #e448ab

#e448ab #e4485d #cf48e4

Monochromatic Colors of #e448ab

#e448ab

Complementary Color

#e448ab #48e481

#e448ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e448ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e448ab Color CSS Codes

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

#e448ab Text Font Color

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

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


#e448ab Background Color

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

This div background color is #e448ab


#e448ab Border Color

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

This div border color is #e448ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e448ab


Comments

No comments written yet.

Please login to write comment.