Color Hex Logo

#ef018e Color Hex

#EF018E
(239,1,142)
0 Favorites   0 Comments

Color spaces of #ef018e

RGB 2391142
HSL0.900.990.47
HSV324°100°94°
CMYK 0.001.000.41   0.06
XYZ40.489920.325427.3803
Yxy20.32540.45910.2305
Hunter Lab45.083781.4153-4.4495
CIE-Lab52.203182.2388-8.6462

#ef018e color RGB value is (239,1,142).

#ef018e hex color red value is 239, green value is 1 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #ef018e hue: 0.90 , saturation: 0.99 and the lightness value of ef018e is 0.47.

The process color (four color CMYK) of #ef018e color hex is 0.00, 1.00, 0.41, 0.06. Web safe color of #ef018e is #ff0099. Color #ef018e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00000001 10001110
Octal 357 1 216
Decimal 239 1 142
Hex EF 1 8E

RGB Percentages of Color #ef018e

%62.57
%0.26
%37.17

CMYK Percentages of Color #ef018e

%0
%100
%41
%6

Triadic Colors of #ef018e

#ef018e #8eef01 #018eef

Analogous Colors of #ef018e

#ef018e #ef0117 #d901ef

Monochromatic Colors of #ef018e

#ef018e

Complementary Color

#ef018e #01ef62

#ef018e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef018e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef018e Color CSS Codes

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

#ef018e Text Font Color

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

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


#ef018e Background Color

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

This div background color is #ef018e


#ef018e Border Color

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

This div border color is #ef018e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef018e


Comments

No comments written yet.

Please login to write comment.