Color Hex Logo

#e100fd Color Hex

#E100FD
(225,0,253)
0 Favorites   0 Comments

Color spaces of #e100fd

RGB 2250253
HSL0.811.000.50
HSV293°100°99°
CMYK 0.111.000.00   0.01
XYZ48.781023.099494.8161
Yxy23.09940.29260.1386
Hunter Lab48.061897.0627-83.3237
CIE-Lab55.174693.5332-68.2723

#e100fd color RGB value is (225,0,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00000000 11111101
Octal 341 0 375
Decimal 225 0 253
Hex E1 0 FD

RGB Percentages of Color #e100fd

%47.07
%0.00
%52.93

CMYK Percentages of Color #e100fd

%11
%100
%0
%1

Triadic Colors of #e100fd

#e100fd #fde100 #00fde1

Analogous Colors of #e100fd

#e100fd #fd009b #6200fd

Monochromatic Colors of #e100fd

#e100fd

Complementary Color

#e100fd #1cfd00

#e100fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e100fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e100fd Color CSS Codes

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

#e100fd Text Font Color

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

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


#e100fd Background Color

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

This div background color is #e100fd


#e100fd Border Color

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

This div border color is #e100fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e100fd


Comments

No comments written yet.

Please login to write comment.