Color Hex Logo

#ef473f Color Hex

#EF473F
(239,71,63)
0 Favorites   0 Comments

Color spaces of #ef473f

RGB 2397163
HSL0.010.850.59
HSV74°94°
CMYK 0.000.700.74   0.06
XYZ38.747023.21617.1416
Yxy23.21610.56070.3360
Hunter Lab48.183159.222524.9403
CIE-Lab55.294263.437642.2641

#ef473f color RGB value is (239,71,63).

#ef473f hex color red value is 239, green value is 71 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #ef473f hue: 0.01 , saturation: 0.85 and the lightness value of ef473f is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 01000111 00111111
Octal 357 107 77
Decimal 239 71 63
Hex EF 47 3F

RGB Percentages of Color #ef473f

%64.08
%19.03
%16.89

CMYK Percentages of Color #ef473f

%0
%70
%74
%6

Triadic Colors of #ef473f

#ef473f #3fef47 #473fef

Analogous Colors of #ef473f

#ef473f #ef9f3f #ef3f8f

Monochromatic Colors of #ef473f

#ef473f

Complementary Color

#ef473f #3fe7ef

#ef473f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef473f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef473f Color CSS Codes

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

#ef473f Text Font Color

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

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


#ef473f Background Color

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

This div background color is #ef473f


#ef473f Border Color

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

This div border color is #ef473f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef473f


Comments

No comments written yet.

Please login to write comment.