Color Hex Logo

#ef511d Color Hex

#EF511D
(239,81,29)
0 Favorites   0 Comments

Color spaces of #ef511d

RGB 2398129
HSL0.040.870.53
HSV15°88°94°
CMYK 0.000.660.88   0.06
XYZ38.760824.32433.8145
Yxy24.32430.57940.3636
Hunter Lab49.319753.975429.9381
CIE-Lab56.411058.667859.4047

#ef511d color RGB value is (239,81,29).

#ef511d hex color red value is 239, green value is 81 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #ef511d hue: 0.04 , saturation: 0.87 and the lightness value of ef511d is 0.53.

The process color (four color CMYK) of #ef511d color hex is 0.00, 0.66, 0.88, 0.06. Web safe color of #ef511d is #ff6633. Color #ef511d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01010001 00011101
Octal 357 121 35
Decimal 239 81 29
Hex EF 51 1D

RGB Percentages of Color #ef511d

%68.48
%23.21
%8.31

CMYK Percentages of Color #ef511d

%0
%66
%88
%6

Triadic Colors of #ef511d

#ef511d #1def51 #511def

Analogous Colors of #ef511d

#ef511d #efba1d #ef1d52

Monochromatic Colors of #ef511d

#ef511d

Complementary Color

#ef511d #1dbbef

#ef511d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef511d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef511d Color CSS Codes

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

#ef511d Text Font Color

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

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


#ef511d Background Color

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

This div background color is #ef511d


#ef511d Border Color

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

This div border color is #ef511d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef511d


Comments

No comments written yet.

Please login to write comment.