Color Hex Logo

#e819fd Color Hex

#E819FD
(232,25,253)
0 Favorites   0 Comments

Color spaces of #e819fd

RGB 23225253
HSL0.820.980.55
HSV294°90°99°
CMYK 0.080.900.00   0.01
XYZ51.356024.942995.0362
Yxy24.94290.29970.1456
Hunter Lab49.942996.1506-77.8628
CIE-Lab57.019792.5033-65.2386

#e819fd color RGB value is (232,25,253).

#e819fd hex color red value is 232, green value is 25 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #e819fd hue: 0.82 , saturation: 0.98 and the lightness value of e819fd is 0.55.

The process color (four color CMYK) of #e819fd color hex is 0.08, 0.90, 0.00, 0.01. Web safe color of #e819fd is #ff00ff. Color #e819fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 00011001 11111101
Octal 350 31 375
Decimal 232 25 253
Hex E8 19 FD

RGB Percentages of Color #e819fd

%45.49
%4.90
%49.61

CMYK Percentages of Color #e819fd

%8
%90
%0
%1

Triadic Colors of #e819fd

#e819fd #fde819 #19fde8

Analogous Colors of #e819fd

#e819fd #fd19a0 #7619fd

Monochromatic Colors of #e819fd

#e819fd

Complementary Color

#e819fd #2efd19

#e819fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e819fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e819fd Color CSS Codes

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

#e819fd Text Font Color

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

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


#e819fd Background Color

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

This div background color is #e819fd


#e819fd Border Color

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

This div border color is #e819fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e819fd

Related Colors


Comments

No comments written yet.

Please login to write comment.