Color Hex Logo

#e40dda Color Hex

#E40DDA
(228,13,218)
0 Favorites   0 Comments

Color spaces of #e40dda

RGB 22813218
HSL0.840.890.47
HSV303°94°89°
CMYK 0.000.940.04   0.11
XYZ44.793721.843868.1850
Yxy21.84380.33220.1620
Hunter Lab46.737489.2864-53.7819
CIE-Lab53.860987.9770-50.6592

#e40dda color RGB value is (228,13,218).

#e40dda hex color red value is 228, green value is 13 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #e40dda hue: 0.84 , saturation: 0.89 and the lightness value of e40dda is 0.47.

The process color (four color CMYK) of #e40dda color hex is 0.00, 0.94, 0.04, 0.11. Web safe color of #e40dda is #cc00cc. Color #e40dda contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00001101 11011010
Octal 344 15 332
Decimal 228 13 218
Hex E4 D DA

RGB Percentages of Color #e40dda

%49.67
%2.83
%47.49

CMYK Percentages of Color #e40dda

%0
%94
%4
%11

Triadic Colors of #e40dda

#e40dda #dae40d #0ddae4

Analogous Colors of #e40dda

#e40dda #e40d6f #830de4

Monochromatic Colors of #e40dda

#e40dda

Complementary Color

#e40dda #0de417

#e40dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e40dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#e40dda Color CSS Codes

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

#e40dda Text Font Color

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

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


#e40dda Background Color

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

This div background color is #e40dda


#e40dda Border Color

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

This div border color is #e40dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e40dda


Comments

No comments written yet.

Please login to write comment.