Color Hex Logo

#e143aa Color Hex

#E143AA
(225,67,170)
0 Favorites   0 Comments

Color spaces of #e143aa

RGB 22567170
HSL0.890.720.57
HSV321°70°88°
CMYK 0.000.700.24   0.12
XYZ40.314222.924140.3302
Yxy22.92410.38930.2213
Hunter Lab47.879166.5085-16.4266
CIE-Lab54.994169.6640-21.2292

#e143aa color RGB value is (225,67,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01000011 10101010
Octal 341 103 252
Decimal 225 67 170
Hex E1 43 AA

RGB Percentages of Color #e143aa

%48.70
%14.50
%36.80

CMYK Percentages of Color #e143aa

%0
%70
%24
%12

Triadic Colors of #e143aa

#e143aa #aae143 #43aae1

Analogous Colors of #e143aa

#e143aa #e1435b #c943e1

Monochromatic Colors of #e143aa

#e143aa

Complementary Color

#e143aa #43e17a

#e143aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e143aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e143aa Color CSS Codes

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

#e143aa Text Font Color

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

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


#e143aa Background Color

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

This div background color is #e143aa


#e143aa Border Color

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

This div border color is #e143aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e143aa


Comments

No comments written yet.

Please login to write comment.