Color Hex Logo

#e153fe Color Hex

#E153FE
(225,83,254)
0 Favorites   0 Comments

Color spaces of #e153fe

RGB 22583254
HSL0.810.990.66
HSV290°67°100°
CMYK 0.110.670.00   0.00
XYZ52.034029.349896.6885
Yxy29.34980.29220.1648
Hunter Lab54.175576.6372-67.8938
CIE-Lab61.089176.7473-59.3238

#e153fe color RGB value is (225,83,254).

#e153fe hex color red value is 225, green value is 83 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #e153fe hue: 0.81 , saturation: 0.99 and the lightness value of e153fe is 0.66.

The process color (four color CMYK) of #e153fe color hex is 0.11, 0.67, 0.00, 0.00. Web safe color of #e153fe is #cc66ff. Color #e153fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01010011 11111110
Octal 341 123 376
Decimal 225 83 254
Hex E1 53 FE

RGB Percentages of Color #e153fe

%40.04
%14.77
%45.20

CMYK Percentages of Color #e153fe

%11
%67
%0
%0

Triadic Colors of #e153fe

#e153fe #fee153 #53fee1

Analogous Colors of #e153fe

#e153fe #fe53c6 #8c53fe

Monochromatic Colors of #e153fe

#e153fe

Complementary Color

#e153fe #70fe53

#e153fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e153fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e153fe Color CSS Codes

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

#e153fe Text Font Color

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

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


#e153fe Background Color

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

This div background color is #e153fe


#e153fe Border Color

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

This div border color is #e153fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e153fe

Related Colors


Comments

No comments written yet.

Please login to write comment.