Color Hex Logo

#ee558f Color Hex

#EE558F
(238,85,143)
0 Favorites   0 Comments

Color spaces of #ee558f

RGB 23885143
HSL0.940.820.63
HSV337°64°93°
CMYK 0.000.640.40   0.07
XYZ43.466326.657328.8410
Yxy26.65730.43920.2694
Hunter Lab51.630759.91993.0220
CIE-Lab58.655863.42720.2730

#ee558f color RGB value is (238,85,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 01010101 10001111
Octal 356 125 217
Decimal 238 85 143
Hex EE 55 8F

RGB Percentages of Color #ee558f

%51.07
%18.24
%30.69

CMYK Percentages of Color #ee558f

%0
%64
%40
%7

Triadic Colors of #ee558f

#ee558f #8fee55 #558fee

Analogous Colors of #ee558f

#ee558f #ee6855 #ee55dc

Monochromatic Colors of #ee558f

#ee558f

Complementary Color

#ee558f #55eeb4

#ee558f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee558f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee558f Color CSS Codes

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

#ee558f Text Font Color

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

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


#ee558f Background Color

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

This div background color is #ee558f


#ee558f Border Color

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

This div border color is #ee558f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee558f


Comments

No comments written yet.

Please login to write comment.