Color Hex Logo

#ef5031 Color Hex

#EF5031
(239,80,49)
0 Favorites   0 Comments

Color spaces of #ef5031

RGB 2398049
HSL0.030.860.56
HSV10°79°94°
CMYK 0.000.670.79   0.06
XYZ39.019624.30985.5414
Yxy24.30980.56660.3530
Hunter Lab49.305054.979927.8499
CIE-Lab56.396659.553350.7050

#ef5031 color RGB value is (239,80,49).

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

The process color (four color CMYK) of #ef5031 color hex is 0.00, 0.67, 0.79, 0.06. Web safe color of #ef5031 is #ff6633. Color #ef5031 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01010000 00110001
Octal 357 120 61
Decimal 239 80 49
Hex EF 50 31

RGB Percentages of Color #ef5031

%64.95
%21.74
%13.32

CMYK Percentages of Color #ef5031

%0
%67
%79
%6

Triadic Colors of #ef5031

#ef5031 #31ef50 #5031ef

Analogous Colors of #ef5031

#ef5031 #efaf31 #ef3171

Monochromatic Colors of #ef5031

#ef5031

Complementary Color

#ef5031 #31d0ef

#ef5031 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef5031 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef5031 Color CSS Codes

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

#ef5031 Text Font Color

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

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


#ef5031 Background Color

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

This div background color is #ef5031


#ef5031 Border Color

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

This div border color is #ef5031


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef5031


Comments

No comments written yet.

Please login to write comment.