Color Hex Logo

#e135e9 Color Hex

#E135E9
(225,53,233)
0 Favorites   0 Comments

Color spaces of #e135e9

RGB 22553233
HSL0.830.800.56
HSV297°77°91°
CMYK 0.030.770.00   0.09
XYZ47.032424.436979.3287
Yxy24.43690.31190.1621
Hunter Lab49.433783.3202-60.5420
CIE-Lab56.522682.8811-54.9255

#e135e9 color RGB value is (225,53,233).

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

The process color (four color CMYK) of #e135e9 color hex is 0.03, 0.77, 0.00, 0.09. Web safe color of #e135e9 is #cc33ff. Color #e135e9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00110101 11101001
Octal 341 65 351
Decimal 225 53 233
Hex E1 35 E9

RGB Percentages of Color #e135e9

%44.03
%10.37
%45.60

CMYK Percentages of Color #e135e9

%3
%77
%0
%9

Triadic Colors of #e135e9

#e135e9 #e9e135 #35e9e1

Analogous Colors of #e135e9

#e135e9 #e93597 #8735e9

Monochromatic Colors of #e135e9

#e135e9

Complementary Color

#e135e9 #3de935

#e135e9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e135e9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e135e9 Color CSS Codes

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

#e135e9 Text Font Color

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

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


#e135e9 Background Color

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

This div background color is #e135e9


#e135e9 Border Color

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

This div border color is #e135e9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e135e9


Comments

No comments written yet.

Please login to write comment.