Color Hex Logo

#e417fd Color Hex

#E417FD
(228,23,253)
0 Favorites   0 Comments

Color spaces of #e417fd

RGB 22823253
HSL0.820.980.54
HSV293°91°99°
CMYK 0.100.910.00   0.01
XYZ50.030924.198694.9624
Yxy24.19860.29570.1430
Hunter Lab49.192195.4577-80.0214
CIE-Lab56.286192.1325-66.4541

#e417fd color RGB value is (228,23,253).

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

The process color (four color CMYK) of #e417fd color hex is 0.10, 0.91, 0.00, 0.01. Web safe color of #e417fd is #cc00ff. Color #e417fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00010111 11111101
Octal 344 27 375
Decimal 228 23 253
Hex E4 17 FD

RGB Percentages of Color #e417fd

%45.24
%4.56
%50.20

CMYK Percentages of Color #e417fd

%10
%91
%0
%1

Triadic Colors of #e417fd

#e417fd #fde417 #17fde4

Analogous Colors of #e417fd

#e417fd #fd17a3 #7117fd

Monochromatic Colors of #e417fd

#e417fd

Complementary Color

#e417fd #30fd17

#e417fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e417fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e417fd Color CSS Codes

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

#e417fd Text Font Color

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

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


#e417fd Background Color

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

This div background color is #e417fd


#e417fd Border Color

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

This div border color is #e417fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e417fd

Related Colors


Comments

No comments written yet.

Please login to write comment.