Color Hex Logo

#e455db Color Hex

#E455DB
(228,85,219)
0 Favorites   0 Comments

Color spaces of #e455db

RGB 22885219
HSL0.840.730.61
HSV304°63°89°
CMYK 0.000.630.04   0.11
XYZ48.029628.105569.9113
Yxy28.10550.32890.1924
Hunter Lab53.014668.9399-41.0765
CIE-Lab59.983970.7371-41.5343

#e455db color RGB value is (228,85,219).

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

The process color (four color CMYK) of #e455db color hex is 0.00, 0.63, 0.04, 0.11. Web safe color of #e455db is #cc66cc. Color #e455db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01010101 11011011
Octal 344 125 333
Decimal 228 85 219
Hex E4 55 DB

RGB Percentages of Color #e455db

%42.86
%15.98
%41.17

CMYK Percentages of Color #e455db

%0
%63
%4
%11

Triadic Colors of #e455db

#e455db #dbe455 #55dbe4

Analogous Colors of #e455db

#e455db #e45594 #a655e4

Monochromatic Colors of #e455db

#e455db

Complementary Color

#e455db #55e45e

#e455db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e455db Color Preview on White Background

Lorem ipsum dolor sit amet.

#e455db Color CSS Codes

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

#e455db Text Font Color

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

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


#e455db Background Color

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

This div background color is #e455db


#e455db Border Color

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

This div border color is #e455db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e455db


Comments

No comments written yet.

Please login to write comment.