Color Hex Logo

#e135a7 Color Hex

#E135A7
(225,53,167)
0 Favorites   0 Comments

Color spaces of #e135a7

RGB 22553167
HSL0.890.740.55
HSV320°76°88°
CMYK 0.000.760.26   0.12
XYZ39.299521.343838.6077
Yxy21.34380.39600.2150
Hunter Lab46.199470.9922-17.2077
CIE-Lab53.323773.6851-22.0344

#e135a7 color RGB value is (225,53,167).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00110101 10100111
Octal 341 65 247
Decimal 225 53 167
Hex E1 35 A7

RGB Percentages of Color #e135a7

%50.56
%11.91
%37.53

CMYK Percentages of Color #e135a7

%0
%76
%26
%12

Triadic Colors of #e135a7

#e135a7 #a7e135 #35a7e1

Analogous Colors of #e135a7

#e135a7 #e13551 #c535e1

Monochromatic Colors of #e135a7

#e135a7

Complementary Color

#e135a7 #35e16f

#e135a7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e135a7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e135a7 Color CSS Codes

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

#e135a7 Text Font Color

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

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


#e135a7 Background Color

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

This div background color is #e135a7


#e135a7 Border Color

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

This div border color is #e135a7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e135a7


Comments

No comments written yet.

Please login to write comment.