Color Hex Logo

#e150fd Color Hex

#E150FD
(225,80,253)
0 Favorites   0 Comments

Color spaces of #e150fd

RGB 22580253
HSL0.810.980.65
HSV290°68°99°
CMYK 0.110.680.00   0.01
XYZ51.649628.836795.7723
Yxy28.83670.29300.1636
Hunter Lab53.699877.7103-68.1524
CIE-Lab60.637277.6853-59.4938

#e150fd color RGB value is (225,80,253).

#e150fd hex color red value is 225, green value is 80 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #e150fd hue: 0.81 , saturation: 0.98 and the lightness value of e150fd is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01010000 11111101
Octal 341 120 375
Decimal 225 80 253
Hex E1 50 FD

RGB Percentages of Color #e150fd

%40.32
%14.34
%45.34

CMYK Percentages of Color #e150fd

%11
%68
%0
%1

Triadic Colors of #e150fd

#e150fd #fde150 #50fde1

Analogous Colors of #e150fd

#e150fd #fd50c3 #8b50fd

Monochromatic Colors of #e150fd

#e150fd

Complementary Color

#e150fd #6cfd50

#e150fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e150fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e150fd Color CSS Codes

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

#e150fd Text Font Color

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

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


#e150fd Background Color

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

This div background color is #e150fd


#e150fd Border Color

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

This div border color is #e150fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e150fd


Comments

No comments written yet.

Please login to write comment.