Color Hex Logo

#e135eb Color Hex

#E135EB
(225,53,235)
0 Favorites   0 Comments

Color spaces of #e135eb

RGB 22553235
HSL0.820.820.56
HSV297°77°92°
CMYK 0.040.770.00   0.08
XYZ47.319824.551980.8422
Yxy24.55190.30990.1608
Hunter Lab49.549983.7540-62.0486
CIE-Lab56.636283.1954-55.8670

#e135eb color RGB value is (225,53,235).

#e135eb hex color red value is 225, green value is 53 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #e135eb hue: 0.82 , saturation: 0.82 and the lightness value of e135eb is 0.56.

The process color (four color CMYK) of #e135eb color hex is 0.04, 0.77, 0.00, 0.08. Web safe color of #e135eb is #cc33ff. Color #e135eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00110101 11101011
Octal 341 65 353
Decimal 225 53 235
Hex E1 35 EB

RGB Percentages of Color #e135eb

%43.86
%10.33
%45.81

CMYK Percentages of Color #e135eb

%4
%77
%0
%8

Triadic Colors of #e135eb

#e135eb #ebe135 #35ebe1

Analogous Colors of #e135eb

#e135eb #eb359a #8635eb

Monochromatic Colors of #e135eb

#e135eb

Complementary Color

#e135eb #3feb35

#e135eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e135eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e135eb Color CSS Codes

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

#e135eb Text Font Color

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

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


#e135eb Background Color

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

This div background color is #e135eb


#e135eb Border Color

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

This div border color is #e135eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e135eb


Comments

No comments written yet.

Please login to write comment.