Color Hex Logo

#ee397f Color Hex

#EE397F
(238,57,127)
0 Favorites   0 Comments

Color spaces of #ee397f

RGB 23857127
HSL0.940.840.58
HSV337°76°93°
CMYK 0.000.760.47   0.07
XYZ40.553822.635722.3104
Yxy22.63570.47430.2647
Hunter Lab47.577068.89065.5009
CIE-Lab54.695171.69543.9794

#ee397f color RGB value is (238,57,127).

#ee397f hex color red value is 238, green value is 57 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #ee397f hue: 0.94 , saturation: 0.84 and the lightness value of ee397f is 0.58.

The process color (four color CMYK) of #ee397f color hex is 0.00, 0.76, 0.47, 0.07. Web safe color of #ee397f is #ff3366. Color #ee397f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00111001 01111111
Octal 356 71 177
Decimal 238 57 127
Hex EE 39 7F

RGB Percentages of Color #ee397f

%56.40
%13.51
%30.09

CMYK Percentages of Color #ee397f

%0
%76
%47
%7

Triadic Colors of #ee397f

#ee397f #7fee39 #397fee

Analogous Colors of #ee397f

#ee397f #ee4e39 #ee39da

Monochromatic Colors of #ee397f

#ee397f

Complementary Color

#ee397f #39eea8

#ee397f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee397f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee397f Color CSS Codes

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

#ee397f Text Font Color

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

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


#ee397f Background Color

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

This div background color is #ee397f


#ee397f Border Color

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

This div border color is #ee397f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,57,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 #ee397f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee397f


Comments

No comments written yet.

Please login to write comment.