Color Hex Logo

#ef094b Color Hex

#EF094B
(239,9,75)
0 Favorites   0 Comments

Color spaces of #ef094b

RGB 239975
HSL0.950.930.49
HSV343°96°94°
CMYK 0.000.960.69   0.06
XYZ36.964319.05418.3862
Yxy19.05410.57390.2958
Hunter Lab43.651074.767119.1649
CIE-Lab50.750477.247729.9931

#ef094b color RGB value is (239,9,75).

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

The process color (four color CMYK) of #ef094b color hex is 0.00, 0.96, 0.69, 0.06. Web safe color of #ef094b is #ff0033. Color #ef094b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00001001 01001011
Octal 357 11 113
Decimal 239 9 75
Hex EF 9 4B

RGB Percentages of Color #ef094b

%73.99
%2.79
%23.22

CMYK Percentages of Color #ef094b

%0
%96
%69
%6

Triadic Colors of #ef094b

#ef094b #4bef09 #094bef

Analogous Colors of #ef094b

#ef094b #ef3a09 #ef09be

Monochromatic Colors of #ef094b

#ef094b

Complementary Color

#ef094b #09efad

#ef094b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef094b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef094b Color CSS Codes

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

#ef094b Text Font Color

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

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


#ef094b Background Color

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

This div background color is #ef094b


#ef094b Border Color

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

This div border color is #ef094b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef094b


Comments

No comments written yet.

Please login to write comment.