Color Hex Logo

#e138aa Color Hex

#E138AA
(225,56,170)
0 Favorites   0 Comments

Color spaces of #e138aa

RGB 22556170
HSL0.890.740.55
HSV320°75°88°
CMYK 0.000.750.24   0.12
XYZ39.721221.738240.1326
Yxy21.73820.39100.2140
Hunter Lab46.624270.4794-18.3979
CIE-Lab53.748173.1834-23.1424

#e138aa color RGB value is (225,56,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00111000 10101010
Octal 341 70 252
Decimal 225 56 170
Hex E1 38 AA

RGB Percentages of Color #e138aa

%49.89
%12.42
%37.69

CMYK Percentages of Color #e138aa

%0
%75
%24
%12

Triadic Colors of #e138aa

#e138aa #aae138 #38aae1

Analogous Colors of #e138aa

#e138aa #e13856 #c438e1

Monochromatic Colors of #e138aa

#e138aa

Complementary Color

#e138aa #38e16f

#e138aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e138aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e138aa Color CSS Codes

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

#e138aa Text Font Color

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

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


#e138aa Background Color

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

This div background color is #e138aa


#e138aa Border Color

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

This div border color is #e138aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e138aa


Comments

No comments written yet.

Please login to write comment.