Color Hex Logo

#ef304a Color Hex

#EF304A
(239,48,74)
0 Favorites   0 Comments

Color spaces of #ef304a

RGB 2394874
HSL0.980.860.56
HSV352°80°94°
CMYK 0.000.800.69   0.06
XYZ37.889620.95908.5271
Yxy20.95900.56240.3111
Hunter Lab45.781067.614721.0034
CIE-Lab52.904670.982833.2332

#ef304a color RGB value is (239,48,74).

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

The process color (four color CMYK) of #ef304a color hex is 0.00, 0.80, 0.69, 0.06. Web safe color of #ef304a is #ff3333. Color #ef304a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00110000 01001010
Octal 357 60 112
Decimal 239 48 74
Hex EF 30 4A

RGB Percentages of Color #ef304a

%66.20
%13.30
%20.50

CMYK Percentages of Color #ef304a

%0
%80
%69
%6

Triadic Colors of #ef304a

#ef304a #4aef30 #304aef

Analogous Colors of #ef304a

#ef304a #ef7630 #ef30aa

Monochromatic Colors of #ef304a

#ef304a

Complementary Color

#ef304a #30efd5

#ef304a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef304a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef304a Color CSS Codes

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

#ef304a Text Font Color

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

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


#ef304a Background Color

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

This div background color is #ef304a


#ef304a Border Color

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

This div border color is #ef304a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef304a


Comments

No comments written yet.

Please login to write comment.