Color Hex Logo

#ed595e Color Hex

#ED595E
(237,89,94)
0 Favorites   0 Comments

Color spaces of #ed595e

RGB 2378994
HSL0.990.800.64
HSV358°62°93°
CMYK 0.000.620.60   0.07
XYZ40.517825.957413.4644
Yxy25.95740.50690.3247
Hunter Lab50.948452.796219.9950
CIE-Lab57.996657.353427.9391

#ed595e color RGB value is (237,89,94).

#ed595e hex color red value is 237, green value is 89 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #ed595e hue: 0.99 , saturation: 0.80 and the lightness value of ed595e is 0.64.

The process color (four color CMYK) of #ed595e color hex is 0.00, 0.62, 0.60, 0.07. Web safe color of #ed595e is #ff6666. Color #ed595e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01011001 01011110
Octal 355 131 136
Decimal 237 89 94
Hex ED 59 5E

RGB Percentages of Color #ed595e

%56.43
%21.19
%22.38

CMYK Percentages of Color #ed595e

%0
%62
%60
%7

Triadic Colors of #ed595e

#ed595e #5eed59 #595eed

Analogous Colors of #ed595e

#ed595e #ed9e59 #ed59a8

Monochromatic Colors of #ed595e

#ed595e

Complementary Color

#ed595e #59ede8

#ed595e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed595e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed595e Color CSS Codes

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

#ed595e Text Font Color

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

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


#ed595e Background Color

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

This div background color is #ed595e


#ed595e Border Color

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

This div border color is #ed595e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed595e


Comments

No comments written yet.

Please login to write comment.