Color Hex Logo

#ee157f Color Hex

#EE157F
(238,21,127)
0 Favorites   0 Comments

Color spaces of #ee157f

RGB 23821127
HSL0.920.860.51
HSV331°91°93°
CMYK 0.000.910.47   0.07
XYZ39.358820.245821.9121
Yxy20.24580.48280.2484
Hunter Lab44.995377.39762.6233
CIE-Lab52.114079.08670.2351

#ee157f color RGB value is (238,21,127).

#ee157f hex color red value is 238, green value is 21 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #ee157f hue: 0.92 , saturation: 0.86 and the lightness value of ee157f is 0.51.

The process color (four color CMYK) of #ee157f color hex is 0.00, 0.91, 0.47, 0.07. Web safe color of #ee157f is #ff0066. Color #ee157f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00010101 01111111
Octal 356 25 177
Decimal 238 21 127
Hex EE 15 7F

RGB Percentages of Color #ee157f

%61.66
%5.44
%32.90

CMYK Percentages of Color #ee157f

%0
%91
%47
%7

Triadic Colors of #ee157f

#ee157f #7fee15 #157fee

Analogous Colors of #ee157f

#ee157f #ee1815 #ee15ec

Monochromatic Colors of #ee157f

#ee157f

Complementary Color

#ee157f #15ee84

#ee157f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee157f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee157f Color CSS Codes

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

#ee157f Text Font Color

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

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


#ee157f Background Color

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

This div background color is #ee157f


#ee157f Border Color

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

This div border color is #ee157f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee157f


Comments

No comments written yet.

Please login to write comment.