Color Hex Logo

#ef1589 Color Hex

#EF1589
(239,21,137)
0 Favorites   0 Comments

Color spaces of #ef1589

RGB 23921137
HSL0.910.870.51
HSV328°91°94°
CMYK 0.000.910.43   0.06
XYZ40.380120.693225.5328
Yxy20.69320.46630.2389
Hunter Lab45.489878.8427-1.4358
CIE-Lab52.612180.1358-5.0354

#ef1589 color RGB value is (239,21,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00010101 10001001
Octal 357 25 211
Decimal 239 21 137
Hex EF 15 89

RGB Percentages of Color #ef1589

%60.20
%5.29
%34.51

CMYK Percentages of Color #ef1589

%0
%91
%43
%6

Triadic Colors of #ef1589

#ef1589 #89ef15 #1589ef

Analogous Colors of #ef1589

#ef1589 #ef151c #e815ef

Monochromatic Colors of #ef1589

#ef1589

Complementary Color

#ef1589 #15ef7b

#ef1589 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef1589 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef1589 Color CSS Codes

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

#ef1589 Text Font Color

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

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


#ef1589 Background Color

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

This div background color is #ef1589


#ef1589 Border Color

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

This div border color is #ef1589


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef1589


Comments

No comments written yet.

Please login to write comment.