Color Hex Logo

#e148aa Color Hex

#E148AA
(225,72,170)
0 Favorites   0 Comments

Color spaces of #e148aa

RGB 22572170
HSL0.890.720.58
HSV322°68°88°
CMYK 0.000.680.24   0.12
XYZ40.624423.544640.4336
Yxy23.54460.38840.2251
Hunter Lab48.522864.5295-15.4399
CIE-Lab55.628967.8886-20.2572

#e148aa color RGB value is (225,72,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01001000 10101010
Octal 341 110 252
Decimal 225 72 170
Hex E1 48 AA

RGB Percentages of Color #e148aa

%48.18
%15.42
%36.40

CMYK Percentages of Color #e148aa

%0
%68
%24
%12

Triadic Colors of #e148aa

#e148aa #aae148 #48aae1

Analogous Colors of #e148aa

#e148aa #e1485d #cc48e1

Monochromatic Colors of #e148aa

#e148aa

Complementary Color

#e148aa #48e17f

#e148aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e148aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e148aa Color CSS Codes

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

#e148aa Text Font Color

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

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


#e148aa Background Color

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

This div background color is #e148aa


#e148aa Border Color

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

This div border color is #e148aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e148aa


Comments

No comments written yet.

Please login to write comment.