Color Hex Logo

#ef168a Color Hex

#EF168A
(239,22,138)
0 Favorites   0 Comments

Color spaces of #ef168a

RGB 23922138
HSL0.910.870.51
HSV328°91°94°
CMYK 0.000.910.42   0.06
XYZ40.471020.759525.9187
Yxy20.75950.46440.2382
Hunter Lab45.562678.8182-1.8338
CIE-Lab52.685380.1021-5.5275

#ef168a color RGB value is (239,22,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00010110 10001010
Octal 357 26 212
Decimal 239 22 138
Hex EF 16 8A

RGB Percentages of Color #ef168a

%59.90
%5.51
%34.59

CMYK Percentages of Color #ef168a

%0
%91
%42
%6

Triadic Colors of #ef168a

#ef168a #8aef16 #168aef

Analogous Colors of #ef168a

#ef168a #ef161d #e816ef

Monochromatic Colors of #ef168a

#ef168a

Complementary Color

#ef168a #16ef7b

#ef168a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef168a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef168a Color CSS Codes

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

#ef168a Text Font Color

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

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


#ef168a Background Color

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

This div background color is #ef168a


#ef168a Border Color

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

This div border color is #ef168a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef168a


Comments

No comments written yet.

Please login to write comment.