Color Hex Logo

#ef018b Color Hex

#EF018B
(239,1,139)
0 Favorites   0 Comments

Color spaces of #ef018b

RGB 2391139
HSL0.900.990.47
HSV325°100°94°
CMYK 0.001.000.42   0.06
XYZ40.267720.236526.2098
Yxy20.23650.46440.2334
Hunter Lab44.985081.0581-3.0549
CIE-Lab52.103681.9786-6.9927

#ef018b color RGB value is (239,1,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00000001 10001011
Octal 357 1 213
Decimal 239 1 139
Hex EF 1 8B

RGB Percentages of Color #ef018b

%63.06
%0.26
%36.68

CMYK Percentages of Color #ef018b

%0
%100
%42
%6

Triadic Colors of #ef018b

#ef018b #8bef01 #018bef

Analogous Colors of #ef018b

#ef018b #ef0114 #dc01ef

Monochromatic Colors of #ef018b

#ef018b

Complementary Color

#ef018b #01ef65

#ef018b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef018b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef018b Color CSS Codes

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

#ef018b Text Font Color

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

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


#ef018b Background Color

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

This div background color is #ef018b


#ef018b Border Color

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

This div border color is #ef018b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef018b


Comments

No comments written yet.

Please login to write comment.