Color Hex Logo

#ef320d Color Hex

#EF320D
(239,50,13)
0 Favorites   0 Comments

Color spaces of #ef320d

RGB 2395013
HSL0.030.900.49
HSV10°95°94°
CMYK 0.000.790.95   0.06
XYZ36.809920.66102.4286
Yxy20.66100.61450.3449
Hunter Lab45.454465.007928.6502
CIE-Lab52.576568.868061.9370

#ef320d color RGB value is (239,50,13).

#ef320d hex color red value is 239, green value is 50 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #ef320d hue: 0.03 , saturation: 0.90 and the lightness value of ef320d is 0.49.

The process color (four color CMYK) of #ef320d color hex is 0.00, 0.79, 0.95, 0.06. Web safe color of #ef320d is #ff3300. Color #ef320d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00110010 00001101
Octal 357 62 15
Decimal 239 50 13
Hex EF 32 D

RGB Percentages of Color #ef320d

%79.14
%16.56
%4.30

CMYK Percentages of Color #ef320d

%0
%79
%95
%6

Triadic Colors of #ef320d

#ef320d #0def32 #320def

Analogous Colors of #ef320d

#ef320d #efa30d #ef0d59

Monochromatic Colors of #ef320d

#ef320d

Complementary Color

#ef320d #0dcaef

#ef320d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef320d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef320d Color CSS Codes

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

#ef320d Text Font Color

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

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


#ef320d Background Color

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

This div background color is #ef320d


#ef320d Border Color

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

This div border color is #ef320d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef320d


Comments

No comments written yet.

Please login to write comment.