Color Hex Logo

#e110fd Color Hex

#E110FD
(225,16,253)
0 Favorites   0 Comments

Color spaces of #e110fd

RGB 22516253
HSL0.810.980.53
HSV293°94°99°
CMYK 0.110.940.00   0.01
XYZ48.966323.470094.8779
Yxy23.47000.29270.1403
Hunter Lab48.445895.6374-82.2033
CIE-Lab55.553292.4074-67.6610

#e110fd color RGB value is (225,16,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00010000 11111101
Octal 341 20 375
Decimal 225 16 253
Hex E1 10 FD

RGB Percentages of Color #e110fd

%45.55
%3.24
%51.21

CMYK Percentages of Color #e110fd

%11
%94
%0
%1

Triadic Colors of #e110fd

#e110fd #fde110 #10fde1

Analogous Colors of #e110fd

#e110fd #fd10a3 #6b10fd

Monochromatic Colors of #e110fd

#e110fd

Complementary Color

#e110fd #2cfd10

#e110fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e110fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e110fd Color CSS Codes

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

#e110fd Text Font Color

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

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


#e110fd Background Color

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

This div background color is #e110fd


#e110fd Border Color

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

This div border color is #e110fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e110fd


Comments

No comments written yet.

Please login to write comment.