Color Hex Logo

#e424fd Color Hex

#E424FD
(228,36,253)
0 Favorites   0 Comments

Color spaces of #e424fd

RGB 22836253
HSL0.810.980.57
HSV293°86°99°
CMYK 0.100.860.00   0.01
XYZ50.355424.847695.0705
Yxy24.84760.29570.1459
Hunter Lab49.847493.0863-78.1866
CIE-Lab56.926690.2425-65.4222

#e424fd color RGB value is (228,36,253).

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

The process color (four color CMYK) of #e424fd color hex is 0.10, 0.86, 0.00, 0.01. Web safe color of #e424fd is #cc33ff. Color #e424fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00100100 11111101
Octal 344 44 375
Decimal 228 36 253
Hex E4 24 FD

RGB Percentages of Color #e424fd

%44.10
%6.96
%48.94

CMYK Percentages of Color #e424fd

%10
%86
%0
%1

Triadic Colors of #e424fd

#e424fd #fde424 #24fde4

Analogous Colors of #e424fd

#e424fd #fd24aa #7824fd

Monochromatic Colors of #e424fd

#e424fd

Complementary Color

#e424fd #3dfd24

#e424fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e424fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e424fd Color CSS Codes

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

#e424fd Text Font Color

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

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


#e424fd Background Color

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

This div background color is #e424fd


#e424fd Border Color

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

This div border color is #e424fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e424fd

Related Colors


Comments

No comments written yet.

Please login to write comment.