Color Hex Logo

#e153ea Color Hex

#E153EA
(225,83,234)
0 Favorites   0 Comments

Color spaces of #e153ea

RGB 22583234
HSL0.820.780.62
HSV296°65°92°
CMYK 0.040.650.00   0.08
XYZ48.995928.134680.6900
Yxy28.13460.31050.1783
Hunter Lab53.042172.0600-53.0652
CIE-Lab60.010173.2772-49.9361

#e153ea color RGB value is (225,83,234).

#e153ea hex color red value is 225, green value is 83 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #e153ea hue: 0.82 , saturation: 0.78 and the lightness value of e153ea is 0.62.

The process color (four color CMYK) of #e153ea color hex is 0.04, 0.65, 0.00, 0.08. Web safe color of #e153ea is #cc66ff. Color #e153ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01010011 11101010
Octal 341 123 352
Decimal 225 83 234
Hex E1 53 EA

RGB Percentages of Color #e153ea

%41.51
%15.31
%43.17

CMYK Percentages of Color #e153ea

%4
%65
%0
%8

Triadic Colors of #e153ea

#e153ea #eae153 #53eae1

Analogous Colors of #e153ea

#e153ea #ea53a8 #9653ea

Monochromatic Colors of #e153ea

#e153ea

Complementary Color

#e153ea #5cea53

#e153ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e153ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e153ea Color CSS Codes

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

#e153ea Text Font Color

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

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


#e153ea Background Color

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

This div background color is #e153ea


#e153ea Border Color

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

This div border color is #e153ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e153ea


Comments

No comments written yet.

Please login to write comment.