Color Hex Logo

#eb503d Color Hex

#EB503D
(235,80,61)
0 Favorites   0 Comments

Color spaces of #eb503d

RGB 2358061
HSL0.020.810.58
HSV74°92°
CMYK 0.000.660.74   0.08
XYZ37.971923.73646.9951
Yxy23.73640.55270.3455
Hunter Lab48.720053.861125.5913
CIE-Lab55.822958.670143.7310

#eb503d color RGB value is (235,80,61).

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

The process color (four color CMYK) of #eb503d color hex is 0.00, 0.66, 0.74, 0.08. Web safe color of #eb503d is #ff6633. Color #eb503d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01010000 00111101
Octal 353 120 75
Decimal 235 80 61
Hex EB 50 3D

RGB Percentages of Color #eb503d

%62.50
%21.28
%16.22

CMYK Percentages of Color #eb503d

%0
%66
%74
%8

Triadic Colors of #eb503d

#eb503d #3deb50 #503deb

Analogous Colors of #eb503d

#eb503d #eba73d #eb3d81

Monochromatic Colors of #eb503d

#eb503d

Complementary Color

#eb503d #3dd8eb

#eb503d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb503d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb503d Color CSS Codes

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

#eb503d Text Font Color

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

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


#eb503d Background Color

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

This div background color is #eb503d


#eb503d Border Color

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

This div border color is #eb503d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb503d


Comments

No comments written yet.

Please login to write comment.