Color Hex Logo

#ed5961 Color Hex

#ED5961
(237,89,97)
0 Favorites   0 Comments

Color spaces of #ed5961

RGB 2378997
HSL0.990.800.64
HSV357°62°93°
CMYK 0.000.620.59   0.07
XYZ40.655126.012314.1874
Yxy26.01230.50280.3217
Hunter Lab51.002353.032619.2088
CIE-Lab58.048757.553326.2765

#ed5961 color RGB value is (237,89,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01011001 01100001
Octal 355 131 141
Decimal 237 89 97
Hex ED 59 61

RGB Percentages of Color #ed5961

%56.03
%21.04
%22.93

CMYK Percentages of Color #ed5961

%0
%62
%59
%7

Triadic Colors of #ed5961

#ed5961 #61ed59 #5961ed

Analogous Colors of #ed5961

#ed5961 #ed9b59 #ed59ab

Monochromatic Colors of #ed5961

#ed5961

Complementary Color

#ed5961 #59ede5

#ed5961 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed5961 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed5961 Color CSS Codes

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

#ed5961 Text Font Color

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

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


#ed5961 Background Color

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

This div background color is #ed5961


#ed5961 Border Color

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

This div border color is #ed5961


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed5961


Comments

No comments written yet.

Please login to write comment.