Color Hex Logo

#ef016b Color Hex

#EF016B
(239,1,107)
0 Favorites   0 Comments

Color spaces of #ef016b

RGB 2391107
HSL0.930.990.47
HSV333°100°94°
CMYK 0.001.000.55   0.06
XYZ38.261319.434015.6445
Yxy19.43400.52170.2650
Hunter Lab44.084077.77639.8180
CIE-Lab51.191179.567811.0944

#ef016b color RGB value is (239,1,107).

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

The process color (four color CMYK) of #ef016b color hex is 0.00, 1.00, 0.55, 0.06. Web safe color of #ef016b is #ff0066. Color #ef016b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00000001 01101011
Octal 357 1 153
Decimal 239 1 107
Hex EF 1 6B

RGB Percentages of Color #ef016b

%68.88
%0.29
%30.84

CMYK Percentages of Color #ef016b

%0
%100
%55
%6

Triadic Colors of #ef016b

#ef016b #6bef01 #016bef

Analogous Colors of #ef016b

#ef016b #ef0e01 #ef01e2

Monochromatic Colors of #ef016b

#ef016b

Complementary Color

#ef016b #01ef85

#ef016b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef016b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef016b Color CSS Codes

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

#ef016b Text Font Color

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

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


#ef016b Background Color

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

This div background color is #ef016b


#ef016b Border Color

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

This div border color is #ef016b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef016b


Comments

No comments written yet.

Please login to write comment.