Color Hex Logo

#e015fd Color Hex

#E015FD
(224,21,253)
0 Favorites   0 Comments

Color spaces of #e015fd

RGB 22421253
HSL0.810.980.54
HSV293°92°99°
CMYK 0.110.920.00   0.01
XYZ48.738323.475594.8909
Yxy23.47550.29170.1405
Hunter Lab48.451594.7664-82.2017
CIE-Lab55.558891.7603-67.6601

#e015fd color RGB value is (224,21,253).

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

The process color (four color CMYK) of #e015fd color hex is 0.11, 0.92, 0.00, 0.01. Web safe color of #e015fd is #cc00ff. Color #e015fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00010101 11111101
Octal 340 25 375
Decimal 224 21 253
Hex E0 15 FD

RGB Percentages of Color #e015fd

%44.98
%4.22
%50.80

CMYK Percentages of Color #e015fd

%11
%92
%0
%1

Triadic Colors of #e015fd

#e015fd #fde015 #15fde0

Analogous Colors of #e015fd

#e015fd #fd15a6 #6c15fd

Monochromatic Colors of #e015fd

#e015fd

Complementary Color

#e015fd #32fd15

#e015fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e015fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e015fd Color CSS Codes

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

#e015fd Text Font Color

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

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


#e015fd Background Color

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

This div background color is #e015fd


#e015fd Border Color

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

This div border color is #e015fd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,21,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 #e015fd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e015fd


Comments

No comments written yet.

Please login to write comment.