Color Hex Logo

#ef503b Color Hex

#EF503B
(239,80,59)
1 Favorites   0 Comments

Color spaces of #ef503b

RGB 2398059
HSL0.020.850.58
HSV75°94°
CMYK 0.000.670.75   0.06
XYZ39.254724.40386.7791
Yxy24.40380.55730.3465
Hunter Lab49.400255.390426.4439
CIE-Lab56.489859.896445.7140

#ef503b color RGB value is (239,80,59).

#ef503b hex color red value is 239, green value is 80 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #ef503b hue: 0.02 , saturation: 0.85 and the lightness value of ef503b is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 01010000 00111011
Octal 357 120 73
Decimal 239 80 59
Hex EF 50 3B

RGB Percentages of Color #ef503b

%63.23
%21.16
%15.61

CMYK Percentages of Color #ef503b

%0
%67
%75
%6

Triadic Colors of #ef503b

#ef503b #3bef50 #503bef

Analogous Colors of #ef503b

#ef503b #efaa3b #ef3b80

Monochromatic Colors of #ef503b

#ef503b

Complementary Color

#ef503b #3bdaef

#ef503b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef503b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef503b Color CSS Codes

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

#ef503b Text Font Color

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

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


#ef503b Background Color

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

This div background color is #ef503b


#ef503b Border Color

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

This div border color is #ef503b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef503b


Comments

No comments written yet.

Please login to write comment.