Color Hex Logo

#e588ed Color Hex

#E588ED
(229,136,237)
0 Favorites   0 Comments

Color spaces of #e588ed

RGB 229136237
HSL0.820.740.73
HSV295°43°93°
CMYK 0.030.430.00   0.07
XYZ56.403340.380884.9422
Yxy40.38080.31040.2222
Hunter Lab63.545947.2312-34.7712
CIE-Lab69.739950.6018-36.2856

#e588ed color RGB value is (229,136,237).

#e588ed hex color red value is 229, green value is 136 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #e588ed hue: 0.82 , saturation: 0.74 and the lightness value of e588ed is 0.73.

The process color (four color CMYK) of #e588ed color hex is 0.03, 0.43, 0.00, 0.07. Web safe color of #e588ed is #cc99ff. Color #e588ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10001000 11101101
Octal 345 210 355
Decimal 229 136 237
Hex E5 88 ED

RGB Percentages of Color #e588ed

%38.04
%22.59
%39.37

CMYK Percentages of Color #e588ed

%3
%43
%0
%7

Triadic Colors of #e588ed

#e588ed #ede588 #88ede5

Analogous Colors of #e588ed

#e588ed #ed88c3 #b388ed

Monochromatic Colors of #e588ed

#e588ed

Complementary Color

#e588ed #90ed88

#e588ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e588ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#e588ed Color CSS Codes

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

#e588ed Text Font Color

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

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


#e588ed Background Color

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

This div background color is #e588ed


#e588ed Border Color

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

This div border color is #e588ed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,136,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e588ed


Comments

No comments written yet.

Please login to write comment.