Color Hex Logo

#ef166f Color Hex

#EF166F
(239,22,111)
0 Favorites   0 Comments

Color spaces of #ef166f

RGB 23922111
HSL0.930.870.51
HSV335°91°94°
CMYK 0.000.910.54   0.06
XYZ38.752820.072216.8708
Yxy20.07220.51200.2652
Hunter Lab44.802075.99529.0350
CIE-Lab51.918778.00579.6804

#ef166f color RGB value is (239,22,111).

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

The process color (four color CMYK) of #ef166f color hex is 0.00, 0.91, 0.54, 0.06. Web safe color of #ef166f is #ff0066. Color #ef166f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00010110 01101111
Octal 357 26 157
Decimal 239 22 111
Hex EF 16 6F

RGB Percentages of Color #ef166f

%64.25
%5.91
%29.84

CMYK Percentages of Color #ef166f

%0
%91
%54
%6

Triadic Colors of #ef166f

#ef166f #6fef16 #166fef

Analogous Colors of #ef166f

#ef166f #ef2a16 #ef16dc

Monochromatic Colors of #ef166f

#ef166f

Complementary Color

#ef166f #16ef96

#ef166f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef166f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef166f Color CSS Codes

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

#ef166f Text Font Color

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

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


#ef166f Background Color

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

This div background color is #ef166f


#ef166f Border Color

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

This div border color is #ef166f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef166f


Comments

No comments written yet.

Please login to write comment.