Color Hex Logo

#ef382f Color Hex

#EF382F
(239,56,47)
0 Favorites   0 Comments

Color spaces of #ef382f

RGB 2395647
HSL0.010.860.56
HSV80°94°
CMYK 0.000.770.80   0.06
XYZ37.523921.38434.8392
Yxy21.38430.58860.3355
Hunter Lab46.243263.917926.1657
CIE-Lab53.367567.799648.7555

#ef382f color RGB value is (239,56,47).

#ef382f hex color red value is 239, green value is 56 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #ef382f hue: 0.01 , saturation: 0.86 and the lightness value of ef382f is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00111000 00101111
Octal 357 70 57
Decimal 239 56 47
Hex EF 38 2F

RGB Percentages of Color #ef382f

%69.88
%16.37
%13.74

CMYK Percentages of Color #ef382f

%0
%77
%80
%6

Triadic Colors of #ef382f

#ef382f #2fef38 #382fef

Analogous Colors of #ef382f

#ef382f #ef982f #ef2f86

Monochromatic Colors of #ef382f

#ef382f

Complementary Color

#ef382f #2fe6ef

#ef382f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef382f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef382f Color CSS Codes

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

#ef382f Text Font Color

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

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


#ef382f Background Color

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

This div background color is #ef382f


#ef382f Border Color

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

This div border color is #ef382f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef382f


Comments

No comments written yet.

Please login to write comment.