Color Hex Logo

#ef0fab Color Hex

#EF0FAB
(239,15,171)
0 Favorites   0 Comments

Color spaces of #ef0fab

RGB 23915171
HSL0.880.880.50
HSV318°94°94°
CMYK 0.000.940.28   0.06
XYZ43.118121.632640.4310
Yxy21.63260.40990.2057
Hunter Lab46.510984.0852-18.9821
CIE-Lab53.635084.0371-23.6920

#ef0fab color RGB value is (239,15,171).

#ef0fab hex color red value is 239, green value is 15 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #ef0fab hue: 0.88 , saturation: 0.88 and the lightness value of ef0fab is 0.50.

The process color (four color CMYK) of #ef0fab color hex is 0.00, 0.94, 0.28, 0.06. Web safe color of #ef0fab is #ff0099. Color #ef0fab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00001111 10101011
Octal 357 17 253
Decimal 239 15 171
Hex EF F AB

RGB Percentages of Color #ef0fab

%56.24
%3.53
%40.24

CMYK Percentages of Color #ef0fab

%0
%94
%28
%6

Triadic Colors of #ef0fab

#ef0fab #abef0f #0fabef

Analogous Colors of #ef0fab

#ef0fab #ef0f3b #c30fef

Monochromatic Colors of #ef0fab

#ef0fab

Complementary Color

#ef0fab #0fef53

#ef0fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef0fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef0fab Color CSS Codes

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

#ef0fab Text Font Color

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

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


#ef0fab Background Color

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

This div background color is #ef0fab


#ef0fab Border Color

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

This div border color is #ef0fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef0fab


Comments

No comments written yet.

Please login to write comment.