Color Hex Logo

#e20dda Color Hex

#E20DDA
(226,13,218)
0 Favorites   0 Comments

Color spaces of #e20dda

RGB 22613218
HSL0.840.890.47
HSV302°94°89°
CMYK 0.000.940.04   0.11
XYZ44.162821.518668.1555
Yxy21.51860.33000.1608
Hunter Lab46.388188.7577-54.6398
CIE-Lab53.512587.6434-51.2353

#e20dda color RGB value is (226,13,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 00001101 11011010
Octal 342 15 332
Decimal 226 13 218
Hex E2 D DA

RGB Percentages of Color #e20dda

%49.45
%2.84
%47.70

CMYK Percentages of Color #e20dda

%0
%94
%4
%11

Triadic Colors of #e20dda

#e20dda #dae20d #0ddae2

Analogous Colors of #e20dda

#e20dda #e20d70 #800de2

Monochromatic Colors of #e20dda

#e20dda

Complementary Color

#e20dda #0de215

#e20dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e20dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#e20dda Color CSS Codes

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

#e20dda Text Font Color

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

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


#e20dda Background Color

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

This div background color is #e20dda


#e20dda Border Color

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

This div border color is #e20dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e20dda


Comments

No comments written yet.

Please login to write comment.