Color Hex Logo

#eb504a Color Hex

#EB504A
(235,80,74)
0 Favorites   0 Comments

Color spaces of #eb504a

RGB 2358074
HSL0.010.800.61
HSV69°92°
CMYK 0.000.660.69   0.08
XYZ38.365623.89399.0685
Yxy23.89390.53790.3350
Hunter Lab48.881454.557123.2175
CIE-Lab55.981459.255236.7641

#eb504a color RGB value is (235,80,74).

#eb504a hex color red value is 235, green value is 80 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #eb504a hue: 0.01 , saturation: 0.80 and the lightness value of eb504a is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01010000 01001010
Octal 353 120 112
Decimal 235 80 74
Hex EB 50 4A

RGB Percentages of Color #eb504a

%60.41
%20.57
%19.02

CMYK Percentages of Color #eb504a

%0
%66
%69
%8

Triadic Colors of #eb504a

#eb504a #4aeb50 #504aeb

Analogous Colors of #eb504a

#eb504a #eba14a #eb4a95

Monochromatic Colors of #eb504a

#eb504a

Complementary Color

#eb504a #4ae5eb

#eb504a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb504a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb504a Color CSS Codes

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

#eb504a Text Font Color

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

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


#eb504a Background Color

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

This div background color is #eb504a


#eb504a Border Color

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

This div border color is #eb504a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb504a


Comments

No comments written yet.

Please login to write comment.