Color Hex Logo

#e458db Color Hex

#E458DB
(228,88,219)
0 Favorites   0 Comments

Color spaces of #e458db

RGB 22888219
HSL0.840.720.62
HSV304°61°89°
CMYK 0.000.610.04   0.11
XYZ48.270828.587969.9917
Yxy28.58790.32870.1947
Hunter Lab53.467767.5821-40.1861
CIE-Lab60.416269.5394-40.8551

#e458db color RGB value is (228,88,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01011000 11011011
Octal 344 130 333
Decimal 228 88 219
Hex E4 58 DB

RGB Percentages of Color #e458db

%42.62
%16.45
%40.93

CMYK Percentages of Color #e458db

%0
%61
%4
%11

Triadic Colors of #e458db

#e458db #dbe458 #58dbe4

Analogous Colors of #e458db

#e458db #e45895 #a758e4

Monochromatic Colors of #e458db

#e458db

Complementary Color

#e458db #58e461

#e458db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e458db Color Preview on White Background

Lorem ipsum dolor sit amet.

#e458db Color CSS Codes

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

#e458db Text Font Color

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

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


#e458db Background Color

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

This div background color is #e458db


#e458db Border Color

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

This div border color is #e458db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e458db


Comments

No comments written yet.

Please login to write comment.