Color Hex Logo

#e20dad Color Hex

#E20DAD
(226,13,173)
0 Favorites   0 Comments

Color spaces of #e20dad

RGB 22613173
HSL0.870.890.47
HSV315°94°89°
CMYK 0.000.940.23   0.11
XYZ39.050819.473741.2358
Yxy19.47370.39140.1952
Hunter Lab44.129080.7331-24.5125
CIE-Lab51.236981.8927-28.7742

#e20dad color RGB value is (226,13,173).

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

The process color (four color CMYK) of #e20dad color hex is 0.00, 0.94, 0.23, 0.11. Web safe color of #e20dad is #cc0099. Color #e20dad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 00001101 10101101
Octal 342 15 255
Decimal 226 13 173
Hex E2 D AD

RGB Percentages of Color #e20dad

%54.85
%3.16
%41.99

CMYK Percentages of Color #e20dad

%0
%94
%23
%11

Triadic Colors of #e20dad

#e20dad #ade20d #0dade2

Analogous Colors of #e20dad

#e20dad #e20d43 #ad0de2

Monochromatic Colors of #e20dad

#e20dad

Complementary Color

#e20dad #0de242

#e20dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e20dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e20dad Color CSS Codes

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

#e20dad Text Font Color

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

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


#e20dad Background Color

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

This div background color is #e20dad


#e20dad Border Color

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

This div border color is #e20dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e20dad


Comments

No comments written yet.

Please login to write comment.