Color Hex Logo

#ef501b Color Hex

#EF501B
(239,80,27)
0 Favorites   0 Comments

Color spaces of #ef501b

RGB 2398027
HSL0.040.870.52
HSV15°89°94°
CMYK 0.000.670.89   0.06
XYZ38.663124.16723.6639
Yxy24.16720.58150.3634
Hunter Lab49.160154.355129.9932
CIE-Lab56.254859.029460.0082

#ef501b color RGB value is (239,80,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 01010000 00011011
Octal 357 120 33
Decimal 239 80 27
Hex EF 50 1B

RGB Percentages of Color #ef501b

%69.08
%23.12
%7.80

CMYK Percentages of Color #ef501b

%0
%67
%89
%6

Triadic Colors of #ef501b

#ef501b #1bef50 #501bef

Analogous Colors of #ef501b

#ef501b #efba1b #ef1b50

Monochromatic Colors of #ef501b

#ef501b

Complementary Color

#ef501b #1bbaef

#ef501b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef501b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef501b Color CSS Codes

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

#ef501b Text Font Color

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

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


#ef501b Background Color

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

This div background color is #ef501b


#ef501b Border Color

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

This div border color is #ef501b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef501b


Comments

No comments written yet.

Please login to write comment.