Color Hex Logo

#eb584a Color Hex

#EB584A
(235,88,74)
0 Favorites   0 Comments

Color spaces of #eb584a

RGB 2358874
HSL0.010.800.61
HSV69°92°
CMYK 0.000.630.69   0.08
XYZ38.986725.13609.2755
Yxy25.13600.53120.3425
Hunter Lab50.135851.067824.1260
CIE-Lab57.207755.952938.2189

#eb584a color RGB value is (235,88,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01011000 01001010
Octal 353 130 112
Decimal 235 88 74
Hex EB 58 4A

RGB Percentages of Color #eb584a

%59.19
%22.17
%18.64

CMYK Percentages of Color #eb584a

%0
%63
%69
%8

Triadic Colors of #eb584a

#eb584a #4aeb58 #584aeb

Analogous Colors of #eb584a

#eb584a #eba94a #eb4a8d

Monochromatic Colors of #eb584a

#eb584a

Complementary Color

#eb584a #4addeb

#eb584a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb584a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb584a Color CSS Codes

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

#eb584a Text Font Color

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

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


#eb584a Background Color

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

This div background color is #eb584a


#eb584a Border Color

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

This div border color is #eb584a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,88,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 #eb584a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb584a


Comments

No comments written yet.

Please login to write comment.