Color Hex Logo

#ef473b Color Hex

#EF473B
(239,71,59)
0 Favorites   0 Comments

Color spaces of #ef473b

RGB 2397159
HSL0.010.850.58
HSV75°94°
CMYK 0.000.700.75   0.06
XYZ38.639323.17306.5740
Yxy23.17300.56500.3389
Hunter Lab48.138359.034925.5999
CIE-Lab55.250163.284144.3841

#ef473b color RGB value is (239,71,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 01000111 00111011
Octal 357 107 73
Decimal 239 71 59
Hex EF 47 3B

RGB Percentages of Color #ef473b

%64.77
%19.24
%15.99

CMYK Percentages of Color #ef473b

%0
%70
%75
%6

Triadic Colors of #ef473b

#ef473b #3bef47 #473bef

Analogous Colors of #ef473b

#ef473b #efa13b #ef3b89

Monochromatic Colors of #ef473b

#ef473b

Complementary Color

#ef473b #3be3ef

#ef473b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef473b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef473b Color CSS Codes

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

#ef473b Text Font Color

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

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


#ef473b Background Color

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

This div background color is #ef473b


#ef473b Border Color

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

This div border color is #ef473b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef473b


Comments

No comments written yet.

Please login to write comment.