Color Hex Logo

#ef094f Color Hex

#EF094F
(239,9,79)
0 Favorites   0 Comments

Color spaces of #ef094f

RGB 239979
HSL0.950.930.49
HSV342°96°94°
CMYK 0.000.960.67   0.06
XYZ37.105619.11069.1302
Yxy19.11060.56780.2925
Hunter Lab43.715775.007318.2180
CIE-Lab50.816477.428127.6612

#ef094f color RGB value is (239,9,79).

#ef094f hex color red value is 239, green value is 9 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #ef094f hue: 0.95 , saturation: 0.93 and the lightness value of ef094f is 0.49.

The process color (four color CMYK) of #ef094f color hex is 0.00, 0.96, 0.67, 0.06. Web safe color of #ef094f is #ff0066. Color #ef094f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00001001 01001111
Octal 357 11 117
Decimal 239 9 79
Hex EF 9 4F

RGB Percentages of Color #ef094f

%73.09
%2.75
%24.16

CMYK Percentages of Color #ef094f

%0
%96
%67
%6

Triadic Colors of #ef094f

#ef094f #4fef09 #094fef

Analogous Colors of #ef094f

#ef094f #ef3609 #ef09c2

Monochromatic Colors of #ef094f

#ef094f

Complementary Color

#ef094f #09efa9

#ef094f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef094f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef094f Color CSS Codes

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

#ef094f Text Font Color

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

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


#ef094f Background Color

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

This div background color is #ef094f


#ef094f Border Color

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

This div border color is #ef094f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef094f


Comments

No comments written yet.

Please login to write comment.