Color Hex Logo

#ee588e Color Hex

#EE588E
(238,88,142)
0 Favorites   0 Comments

Color spaces of #ee588e

RGB 23888142
HSL0.940.820.64
HSV338°63°93°
CMYK 0.000.630.40   0.07
XYZ43.632127.109628.5242
Yxy27.10960.43950.2731
Hunter Lab52.066958.46613.9655
CIE-Lab59.075662.10661.4689

#ee588e color RGB value is (238,88,142).

#ee588e hex color red value is 238, green value is 88 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #ee588e hue: 0.94 , saturation: 0.82 and the lightness value of ee588e is 0.64.

The process color (four color CMYK) of #ee588e color hex is 0.00, 0.63, 0.40, 0.07. Web safe color of #ee588e is #ff6699. Color #ee588e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01011000 10001110
Octal 356 130 216
Decimal 238 88 142
Hex EE 58 8E

RGB Percentages of Color #ee588e

%50.85
%18.80
%30.34

CMYK Percentages of Color #ee588e

%0
%63
%40
%7

Triadic Colors of #ee588e

#ee588e #8eee58 #588eee

Analogous Colors of #ee588e

#ee588e #ee6d58 #ee58d9

Monochromatic Colors of #ee588e

#ee588e

Complementary Color

#ee588e #58eeb8

#ee588e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee588e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee588e Color CSS Codes

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

#ee588e Text Font Color

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

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


#ee588e Background Color

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

This div background color is #ee588e


#ee588e Border Color

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

This div border color is #ee588e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee588e


Comments

No comments written yet.

Please login to write comment.