Color Hex Logo

#ef481c Color Hex

#EF481C
(239,72,28)
0 Favorites   0 Comments

Color spaces of #ef481c

RGB 2397228
HSL0.030.870.52
HSV13°88°94°
CMYK 0.000.700.88   0.06
XYZ38.123623.06933.5421
Yxy23.06930.58890.3564
Hunter Lab48.030557.628729.2489
CIE-Lab55.143662.087758.8160

#ef481c color RGB value is (239,72,28).

#ef481c hex color red value is 239, green value is 72 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #ef481c hue: 0.03 , saturation: 0.87 and the lightness value of ef481c is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 01001000 00011100
Octal 357 110 34
Decimal 239 72 28
Hex EF 48 1C

RGB Percentages of Color #ef481c

%70.50
%21.24
%8.26

CMYK Percentages of Color #ef481c

%0
%70
%88
%6

Triadic Colors of #ef481c

#ef481c #1cef48 #481cef

Analogous Colors of #ef481c

#ef481c #efb21c #ef1c59

Monochromatic Colors of #ef481c

#ef481c

Complementary Color

#ef481c #1cc3ef

#ef481c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef481c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef481c Color CSS Codes

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

#ef481c Text Font Color

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

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


#ef481c Background Color

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

This div background color is #ef481c


#ef481c Border Color

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

This div border color is #ef481c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef481c


Comments

No comments written yet.

Please login to write comment.