Color Hex Logo

#e558db Color Hex

#E558DB
(229,88,219)
0 Favorites   0 Comments

Color spaces of #e558db

RGB 22988219
HSL0.850.730.62
HSV304°62°90°
CMYK 0.000.620.04   0.10
XYZ48.589028.751970.0066
Yxy28.75190.32980.1951
Hunter Lab53.620867.9131-39.8737
CIE-Lab60.562069.7854-40.6159

#e558db color RGB value is (229,88,219).

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

The process color (four color CMYK) of #e558db color hex is 0.00, 0.62, 0.04, 0.10. Web safe color of #e558db is #cc66cc. Color #e558db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01011000 11011011
Octal 345 130 333
Decimal 229 88 219
Hex E5 58 DB

RGB Percentages of Color #e558db

%42.72
%16.42
%40.86

CMYK Percentages of Color #e558db

%0
%62
%4
%10

Triadic Colors of #e558db

#e558db #dbe558 #58dbe5

Analogous Colors of #e558db

#e558db #e55895 #a958e5

Monochromatic Colors of #e558db

#e558db

Complementary Color

#e558db #58e562

#e558db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e558db Color Preview on White Background

Lorem ipsum dolor sit amet.

#e558db Color CSS Codes

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

#e558db Text Font Color

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

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


#e558db Background Color

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

This div background color is #e558db


#e558db Border Color

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

This div border color is #e558db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e558db


Comments

No comments written yet.

Please login to write comment.