Color Hex Logo

#ee557f Color Hex

#EE557F
(238,85,127)
0 Favorites   0 Comments

Color spaces of #ee557f

RGB 23885127
HSL0.950.820.63
HSV344°64°93°
CMYK 0.000.640.47   0.07
XYZ42.339226.206422.9055
Yxy26.20640.46300.2866
Hunter Lab51.192258.04459.3057
CIE-Lab58.232461.89319.0391

#ee557f color RGB value is (238,85,127).

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

The process color (four color CMYK) of #ee557f color hex is 0.00, 0.64, 0.47, 0.07. Web safe color of #ee557f is #ff6666. Color #ee557f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01010101 01111111
Octal 356 125 177
Decimal 238 85 127
Hex EE 55 7F

RGB Percentages of Color #ee557f

%52.89
%18.89
%28.22

CMYK Percentages of Color #ee557f

%0
%64
%47
%7

Triadic Colors of #ee557f

#ee557f #7fee55 #557fee

Analogous Colors of #ee557f

#ee557f #ee7855 #ee55cc

Monochromatic Colors of #ee557f

#ee557f

Complementary Color

#ee557f #55eec4

#ee557f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee557f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee557f Color CSS Codes

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

#ee557f Text Font Color

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

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


#ee557f Background Color

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

This div background color is #ee557f


#ee557f Border Color

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

This div border color is #ee557f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee557f


Comments

No comments written yet.

Please login to write comment.