Color Hex Logo

#e20dbd Color Hex

#E20DBD
(226,13,189)
0 Favorites   0 Comments

Color spaces of #e20dbd

RGB 22613189
HSL0.860.890.47
HSV310°94°89°
CMYK 0.000.940.16   0.11
XYZ40.693320.130749.8850
Yxy20.13070.36760.1818
Hunter Lab44.867283.3767-34.5137
CIE-Lab51.984783.8095-36.9669

#e20dbd color RGB value is (226,13,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 00001101 10111101
Octal 342 15 275
Decimal 226 13 189
Hex E2 D BD

RGB Percentages of Color #e20dbd

%52.80
%3.04
%44.16

CMYK Percentages of Color #e20dbd

%0
%94
%16
%11

Triadic Colors of #e20dbd

#e20dbd #bde20d #0dbde2

Analogous Colors of #e20dbd

#e20dbd #e20d52 #9d0de2

Monochromatic Colors of #e20dbd

#e20dbd

Complementary Color

#e20dbd #0de232

#e20dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e20dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e20dbd Color CSS Codes

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

#e20dbd Text Font Color

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

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


#e20dbd Background Color

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

This div background color is #e20dbd


#e20dbd Border Color

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

This div border color is #e20dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e20dbd


Comments

No comments written yet.

Please login to write comment.