Color Hex Logo

#e588bf Color Hex

#E588BF
(229,136,191)
0 Favorites   0 Comments

Color spaces of #e588bf

RGB 229136191
HSL0.900.640.72
HSV325°41°90°
CMYK 0.000.410.17   0.10
XYZ50.521238.027953.9676
Yxy38.02790.35450.2668
Hunter Lab61.666838.3213-8.7208
CIE-Lab68.041242.7785-13.3796

#e588bf color RGB value is (229,136,191).

#e588bf hex color red value is 229, green value is 136 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #e588bf hue: 0.90 , saturation: 0.64 and the lightness value of e588bf is 0.72.

The process color (four color CMYK) of #e588bf color hex is 0.00, 0.41, 0.17, 0.10. Web safe color of #e588bf is #cc99cc. Color #e588bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10001000 10111111
Octal 345 210 277
Decimal 229 136 191
Hex E5 88 BF

RGB Percentages of Color #e588bf

%41.19
%24.46
%34.35

CMYK Percentages of Color #e588bf

%0
%41
%17
%10

Triadic Colors of #e588bf

#e588bf #bfe588 #88bfe5

Analogous Colors of #e588bf

#e588bf #e58891 #dd88e5

Monochromatic Colors of #e588bf

#e588bf

Complementary Color

#e588bf #88e5ae

#e588bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e588bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e588bf Color CSS Codes

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

#e588bf Text Font Color

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

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


#e588bf Background Color

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

This div background color is #e588bf


#e588bf Border Color

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

This div border color is #e588bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e588bf


Comments

No comments written yet.

Please login to write comment.