Color Hex Logo

#e401ed Color Hex

#E401ED
(228,1,237)
0 Favorites   0 Comments

Color spaces of #e401ed

RGB 2281237
HSL0.830.990.47
HSV298°100°93°
CMYK 0.041.000.00   0.07
XYZ47.291822.630181.9963
Yxy22.63010.31130.1490
Hunter Lab47.571194.2025-68.8959
CIE-Lab54.689391.5091-60.0814

#e401ed color RGB value is (228,1,237).

#e401ed hex color red value is 228, green value is 1 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #e401ed hue: 0.83 , saturation: 0.99 and the lightness value of e401ed is 0.47.

The process color (four color CMYK) of #e401ed color hex is 0.04, 1.00, 0.00, 0.07. Web safe color of #e401ed is #cc00ff. Color #e401ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00000001 11101101
Octal 344 1 355
Decimal 228 1 237
Hex E4 1 ED

RGB Percentages of Color #e401ed

%48.93
%0.21
%50.86

CMYK Percentages of Color #e401ed

%4
%100
%0
%7

Triadic Colors of #e401ed

#e401ed #ede401 #01ede4

Analogous Colors of #e401ed

#e401ed #ed0180 #6e01ed

Monochromatic Colors of #e401ed

#e401ed

Complementary Color

#e401ed #0aed01

#e401ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e401ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#e401ed Color CSS Codes

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

#e401ed Text Font Color

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

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


#e401ed Background Color

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

This div background color is #e401ed


#e401ed Border Color

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

This div border color is #e401ed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,1,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e401ed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e401ed


Comments

No comments written yet.

Please login to write comment.