Color Hex Logo

#ee158b Color Hex

#EE158B
(238,21,139)
0 Favorites   0 Comments

Color spaces of #ee158b

RGB 23821139
HSL0.910.860.51
HSV327°91°93°
CMYK 0.000.910.42   0.07
XYZ40.188320.577626.2798
Yxy20.57760.46170.2364
Hunter Lab45.362578.7551-2.5946
CIE-Lab52.484180.0915-6.4473

#ee158b color RGB value is (238,21,139).

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

The process color (four color CMYK) of #ee158b color hex is 0.00, 0.91, 0.42, 0.07. Web safe color of #ee158b is #ff0099. Color #ee158b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00010101 10001011
Octal 356 25 213
Decimal 238 21 139
Hex EE 15 8B

RGB Percentages of Color #ee158b

%59.80
%5.28
%34.92

CMYK Percentages of Color #ee158b

%0
%91
%42
%7

Triadic Colors of #ee158b

#ee158b #8bee15 #158bee

Analogous Colors of #ee158b

#ee158b #ee151e #e515ee

Monochromatic Colors of #ee158b

#ee158b

Complementary Color

#ee158b #15ee78

#ee158b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee158b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee158b Color CSS Codes

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

#ee158b Text Font Color

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

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


#ee158b Background Color

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

This div background color is #ee158b


#ee158b Border Color

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

This div border color is #ee158b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee158b


Comments

No comments written yet.

Please login to write comment.