Color Hex Logo

#eb594d Color Hex

#EB594D
(235,89,77)
0 Favorites   0 Comments

Color spaces of #eb594d

RGB 2358977
HSL0.010.800.61
HSV67°92°
CMYK 0.000.620.67   0.08
XYZ39.172925.34279.8482
Yxy25.34270.52680.3408
Hunter Lab50.341550.800823.6403
CIE-Lab57.407855.680836.7888

#eb594d color RGB value is (235,89,77).

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

The process color (four color CMYK) of #eb594d color hex is 0.00, 0.62, 0.67, 0.08. Web safe color of #eb594d is #ff6666. Color #eb594d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01011001 01001101
Octal 353 131 115
Decimal 235 89 77
Hex EB 59 4D

RGB Percentages of Color #eb594d

%58.60
%22.19
%19.20

CMYK Percentages of Color #eb594d

%0
%62
%67
%8

Triadic Colors of #eb594d

#eb594d #4deb59 #594deb

Analogous Colors of #eb594d

#eb594d #eba84d #eb4d90

Monochromatic Colors of #eb594d

#eb594d

Complementary Color

#eb594d #4ddfeb

#eb594d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb594d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb594d Color CSS Codes

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

#eb594d Text Font Color

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

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


#eb594d Background Color

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

This div background color is #eb594d


#eb594d Border Color

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

This div border color is #eb594d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb594d


Comments

No comments written yet.

Please login to write comment.