Color Hex Logo

#ef159f Color Hex

#EF159F
(239,21,159)
0 Favorites   0 Comments

Color spaces of #ef159f

RGB 23921159
HSL0.890.870.51
HSV322°91°94°
CMYK 0.000.910.33   0.06
XYZ42.122821.390334.7095
Yxy21.39030.42890.2178
Hunter Lab46.249681.6356-12.1213
CIE-Lab53.374082.1828-17.0133

#ef159f color RGB value is (239,21,159).

#ef159f hex color red value is 239, green value is 21 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #ef159f hue: 0.89 , saturation: 0.87 and the lightness value of ef159f is 0.51.

The process color (four color CMYK) of #ef159f color hex is 0.00, 0.91, 0.33, 0.06. Web safe color of #ef159f is #ff0099. Color #ef159f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00010101 10011111
Octal 357 25 237
Decimal 239 21 159
Hex EF 15 9F

RGB Percentages of Color #ef159f

%57.04
%5.01
%37.95

CMYK Percentages of Color #ef159f

%0
%91
%33
%6

Triadic Colors of #ef159f

#ef159f #9fef15 #159fef

Analogous Colors of #ef159f

#ef159f #ef1532 #d215ef

Monochromatic Colors of #ef159f

#ef159f

Complementary Color

#ef159f #15ef65

#ef159f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef159f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef159f Color CSS Codes

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

#ef159f Text Font Color

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

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


#ef159f Background Color

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

This div background color is #ef159f


#ef159f Border Color

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

This div border color is #ef159f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef159f


Comments

No comments written yet.

Please login to write comment.