Color Hex Logo

#ef037f Color Hex

#EF037F
(239,3,127)
0 Favorites   0 Comments

Color spaces of #ef037f

RGB 2393127
HSL0.910.980.47
HSV328°99°94°
CMYK 0.000.990.47   0.06
XYZ39.459919.948221.8493
Yxy19.94820.48560.2455
Hunter Lab44.663479.54292.2598
CIE-Lab51.778680.8512-0.2311

#ef037f color RGB value is (239,3,127).

#ef037f hex color red value is 239, green value is 3 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #ef037f hue: 0.91 , saturation: 0.98 and the lightness value of ef037f is 0.47.

The process color (four color CMYK) of #ef037f color hex is 0.00, 0.99, 0.47, 0.06. Web safe color of #ef037f is #ff0066. Color #ef037f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00000011 01111111
Octal 357 3 177
Decimal 239 3 127
Hex EF 3 7F

RGB Percentages of Color #ef037f

%64.77
%0.81
%34.42

CMYK Percentages of Color #ef037f

%0
%99
%47
%6

Triadic Colors of #ef037f

#ef037f #7fef03 #037fef

Analogous Colors of #ef037f

#ef037f #ef0309 #e903ef

Monochromatic Colors of #ef037f

#ef037f

Complementary Color

#ef037f #03ef73

#ef037f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef037f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef037f Color CSS Codes

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

#ef037f Text Font Color

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

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


#ef037f Background Color

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

This div background color is #ef037f


#ef037f Border Color

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

This div border color is #ef037f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef037f

#ef037f Color Palettes


Comments

No comments written yet.

Please login to write comment.