Color Hex Logo

#e135ae Color Hex

#E135AE
(225,53,174)
0 Favorites   0 Comments

Color spaces of #e135ae

RGB 22553174
HSL0.880.740.55
HSV318°76°88°
CMYK 0.000.760.23   0.12
XYZ39.964421.609842.1091
Yxy21.60980.38540.2084
Hunter Lab46.486372.1057-21.1667
CIE-Lab53.610574.5378-25.6961

#e135ae color RGB value is (225,53,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00110101 10101110
Octal 341 65 256
Decimal 225 53 174
Hex E1 35 AE

RGB Percentages of Color #e135ae

%49.78
%11.73
%38.50

CMYK Percentages of Color #e135ae

%0
%76
%23
%12

Triadic Colors of #e135ae

#e135ae #aee135 #35aee1

Analogous Colors of #e135ae

#e135ae #e13558 #be35e1

Monochromatic Colors of #e135ae

#e135ae

Complementary Color

#e135ae #35e168

#e135ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e135ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e135ae Color CSS Codes

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

#e135ae Text Font Color

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

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


#e135ae Background Color

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

This div background color is #e135ae


#e135ae Border Color

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

This div border color is #e135ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e135ae


Comments

No comments written yet.

Please login to write comment.