Color Hex Logo

#e41ded Color Hex

#E41DED
(228,29,237)
0 Favorites   0 Comments

Color spaces of #e41ded

RGB 22829237
HSL0.830.850.52
HSV297°88°93°
CMYK 0.040.880.00   0.07
XYZ47.720323.487182.1391
Yxy23.48710.31120.1532
Hunter Lab48.463590.9516-66.5641
CIE-Lab55.570688.9035-58.6675

#e41ded color RGB value is (228,29,237).

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

The process color (four color CMYK) of #e41ded color hex is 0.04, 0.88, 0.00, 0.07. Web safe color of #e41ded is #cc33ff. Color #e41ded contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00011101 11101101
Octal 344 35 355
Decimal 228 29 237
Hex E4 1D ED

RGB Percentages of Color #e41ded

%46.15
%5.87
%47.98

CMYK Percentages of Color #e41ded

%4
%88
%0
%7

Triadic Colors of #e41ded

#e41ded #ede41d #1dede4

Analogous Colors of #e41ded

#e41ded #ed1d8e #7c1ded

Monochromatic Colors of #e41ded

#e41ded

Complementary Color

#e41ded #26ed1d

#e41ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e41ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#e41ded Color CSS Codes

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

#e41ded Text Font Color

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

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


#e41ded Background Color

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

This div background color is #e41ded


#e41ded Border Color

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

This div border color is #e41ded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e41ded


Comments

No comments written yet.

Please login to write comment.