Color Hex Logo

#ef2fab Color Hex

#EF2FAB
(239,47,171)
0 Favorites   0 Comments

Color spaces of #ef2fab

RGB 23947171
HSL0.890.860.56
HSV321°80°94°
CMYK 0.000.800.28   0.06
XYZ43.963823.324040.7129
Yxy23.32400.40710.2160
Hunter Lab48.294977.9759-16.1754
CIE-Lab55.404578.9054-20.9744

#ef2fab color RGB value is (239,47,171).

#ef2fab hex color red value is 239, green value is 47 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #ef2fab hue: 0.89 , saturation: 0.86 and the lightness value of ef2fab is 0.56.

The process color (four color CMYK) of #ef2fab color hex is 0.00, 0.80, 0.28, 0.06. Web safe color of #ef2fab is #ff3399. Color #ef2fab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00101111 10101011
Octal 357 57 253
Decimal 239 47 171
Hex EF 2F AB

RGB Percentages of Color #ef2fab

%52.30
%10.28
%37.42

CMYK Percentages of Color #ef2fab

%0
%80
%28
%6

Triadic Colors of #ef2fab

#ef2fab #abef2f #2fabef

Analogous Colors of #ef2fab

#ef2fab #ef2f4b #d32fef

Monochromatic Colors of #ef2fab

#ef2fab

Complementary Color

#ef2fab #2fef73

#ef2fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef2fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef2fab Color CSS Codes

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

#ef2fab Text Font Color

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

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


#ef2fab Background Color

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

This div background color is #ef2fab


#ef2fab Border Color

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

This div border color is #ef2fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef2fab


Comments

No comments written yet.

Please login to write comment.