Color Hex Logo

#e135aa Color Hex

#E135AA
(225,53,170)
0 Favorites   0 Comments

Color spaces of #e135aa

RGB 22553170
HSL0.890.740.55
HSV319°76°88°
CMYK 0.000.760.24   0.12
XYZ39.580121.456040.0855
Yxy21.45600.39140.2122
Hunter Lab46.320671.4638-18.8847
CIE-Lab53.445074.0468-23.6089

#e135aa color RGB value is (225,53,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00110101 10101010
Octal 341 65 252
Decimal 225 53 170
Hex E1 35 AA

RGB Percentages of Color #e135aa

%50.22
%11.83
%37.95

CMYK Percentages of Color #e135aa

%0
%76
%24
%12

Triadic Colors of #e135aa

#e135aa #aae135 #35aae1

Analogous Colors of #e135aa

#e135aa #e13554 #c235e1

Monochromatic Colors of #e135aa

#e135aa

Complementary Color

#e135aa #35e16c

#e135aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e135aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e135aa Color CSS Codes

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

#e135aa Text Font Color

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

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


#e135aa Background Color

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

This div background color is #e135aa


#e135aa Border Color

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

This div border color is #e135aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e135aa


Comments

No comments written yet.

Please login to write comment.