Color Hex Logo

#e9594d Color Hex

#E9594D
(233,89,77)
0 Favorites   0 Comments

Color spaces of #e9594d

RGB 2338977
HSL0.010.780.61
HSV67°91°
CMYK 0.000.620.67   0.09
XYZ38.516225.00429.8174
Yxy25.00420.52520.3409
Hunter Lab50.004249.983923.3624
CIE-Lab57.079555.004936.3164

#e9594d color RGB value is (233,89,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01011001 01001101
Octal 351 131 115
Decimal 233 89 77
Hex E9 59 4D

RGB Percentages of Color #e9594d

%58.40
%22.31
%19.30

CMYK Percentages of Color #e9594d

%0
%62
%67
%9

Triadic Colors of #e9594d

#e9594d #4de959 #594de9

Analogous Colors of #e9594d

#e9594d #e9a74d #e94d8f

Monochromatic Colors of #e9594d

#e9594d

Complementary Color

#e9594d #4ddde9

#e9594d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9594d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9594d Color CSS Codes

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

#e9594d Text Font Color

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

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


#e9594d Background Color

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

This div background color is #e9594d


#e9594d Border Color

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

This div border color is #e9594d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9594d


Comments

No comments written yet.

Please login to write comment.