Color Hex Logo

#e420db Color Hex

#E420DB
(228,32,219)
0 Favorites   0 Comments

Color spaces of #e420db

RGB 22832219
HSL0.840.780.51
HSV303°86°89°
CMYK 0.000.860.04   0.11
XYZ45.297622.641569.0006
Yxy22.64150.33080.1653
Hunter Lab47.583186.6560-52.6687
CIE-Lab54.701185.8088-49.8901

#e420db color RGB value is (228,32,219).

#e420db hex color red value is 228, green value is 32 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #e420db hue: 0.84 , saturation: 0.78 and the lightness value of e420db is 0.51.

The process color (four color CMYK) of #e420db color hex is 0.00, 0.86, 0.04, 0.11. Web safe color of #e420db is #cc33cc. Color #e420db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00100000 11011011
Octal 344 40 333
Decimal 228 32 219
Hex E4 20 DB

RGB Percentages of Color #e420db

%47.60
%6.68
%45.72

CMYK Percentages of Color #e420db

%0
%86
%4
%11

Triadic Colors of #e420db

#e420db #dbe420 #20dbe4

Analogous Colors of #e420db

#e420db #e42079 #8b20e4

Monochromatic Colors of #e420db

#e420db

Complementary Color

#e420db #20e429

#e420db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e420db Color Preview on White Background

Lorem ipsum dolor sit amet.

#e420db Color CSS Codes

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

#e420db Text Font Color

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

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


#e420db Background Color

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

This div background color is #e420db


#e420db Border Color

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

This div border color is #e420db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e420db


Comments

No comments written yet.

Please login to write comment.