Color Hex Logo

#ed598e Color Hex

#ED598E
(237,89,142)
0 Favorites   0 Comments

Color spaces of #ed598e

RGB 23789142
HSL0.940.800.64
HSV339°62°93°
CMYK 0.000.620.40   0.07
XYZ43.379927.102328.5361
Yxy27.10230.43810.2737
Hunter Lab52.059957.63383.9427
CIE-Lab59.068961.39111.4395

#ed598e color RGB value is (237,89,142).

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

The process color (four color CMYK) of #ed598e color hex is 0.00, 0.62, 0.40, 0.07. Web safe color of #ed598e is #ff6699. Color #ed598e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01011001 10001110
Octal 355 131 216
Decimal 237 89 142
Hex ED 59 8E

RGB Percentages of Color #ed598e

%50.64
%19.02
%30.34

CMYK Percentages of Color #ed598e

%0
%62
%40
%7

Triadic Colors of #ed598e

#ed598e #8eed59 #598eed

Analogous Colors of #ed598e

#ed598e #ed6e59 #ed59d8

Monochromatic Colors of #ed598e

#ed598e

Complementary Color

#ed598e #59edb8

#ed598e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed598e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed598e Color CSS Codes

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

#ed598e Text Font Color

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

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


#ed598e Background Color

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

This div background color is #ed598e


#ed598e Border Color

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

This div border color is #ed598e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed598e


Comments

No comments written yet.

Please login to write comment.