Color Hex Logo

#e0588b Color Hex

#E0588B
(224,88,139)
0 Favorites   0 Comments

Color spaces of #e0588b

RGB 22488139
HSL0.940.690.61
HSV338°61°88°
CMYK 0.000.610.38   0.12
XYZ38.890424.690827.1422
Yxy24.69080.42870.2722
Hunter Lab49.689852.74812.3968
CIE-Lab56.772957.5209-0.4003

#e0588b color RGB value is (224,88,139).

#e0588b hex color red value is 224, green value is 88 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #e0588b hue: 0.94 , saturation: 0.69 and the lightness value of e0588b is 0.61.

The process color (four color CMYK) of #e0588b color hex is 0.00, 0.61, 0.38, 0.12. Web safe color of #e0588b is #cc6699. Color #e0588b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01011000 10001011
Octal 340 130 213
Decimal 224 88 139
Hex E0 58 8B

RGB Percentages of Color #e0588b

%49.67
%19.51
%30.82

CMYK Percentages of Color #e0588b

%0
%61
%38
%12

Triadic Colors of #e0588b

#e0588b #8be058 #588be0

Analogous Colors of #e0588b

#e0588b #e06958 #e058cf

Monochromatic Colors of #e0588b

#e0588b

Complementary Color

#e0588b #58e0ad

#e0588b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0588b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0588b Color CSS Codes

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

#e0588b Text Font Color

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

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


#e0588b Background Color

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

This div background color is #e0588b


#e0588b Border Color

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

This div border color is #e0588b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,88,139, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0588b


Comments

No comments written yet.

Please login to write comment.