Color Hex Logo

#ef4949 Color Hex

#EF4949
(239,73,73)
0 Favorites   0 Comments

Color spaces of #ef4949

RGB 2397373
HSL0.000.840.61
HSV69°94°
CMYK 0.000.690.69   0.06
XYZ39.181723.59688.7929
Yxy23.59680.54740.3297
Hunter Lab48.576558.968723.2714
CIE-Lab55.681863.148337.1415

#ef4949 color RGB value is (239,73,73).

#ef4949 hex color red value is 239, green value is 73 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #ef4949 hue: 0.00 , saturation: 0.84 and the lightness value of ef4949 is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 01001001 01001001
Octal 357 111 111
Decimal 239 73 73
Hex EF 49 49

RGB Percentages of Color #ef4949

%62.08
%18.96
%18.96

CMYK Percentages of Color #ef4949

%0
%69
%69
%6

Triadic Colors of #ef4949

#ef4949 #49ef49 #4949ef

Analogous Colors of #ef4949

#ef4949 #ef9c49 #ef499c

Monochromatic Colors of #ef4949

#ef4949

Complementary Color

#ef4949 #49efef

#ef4949 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef4949 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef4949 Color CSS Codes

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

#ef4949 Text Font Color

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

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


#ef4949 Background Color

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

This div background color is #ef4949


#ef4949 Border Color

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

This div border color is #ef4949


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef4949


Comments

No comments written yet.

Please login to write comment.