Color Hex Logo

#ed5061 Color Hex

#ED5061
(237,80,97)
0 Favorites   0 Comments

Color spaces of #ed5061

RGB 2378097
HSL0.980.810.62
HSV354°66°93°
CMYK 0.000.660.59   0.07
XYZ39.951424.604913.9528
Yxy24.60490.50890.3134
Hunter Lab49.603356.961218.0448
CIE-Lab56.688461.230524.4932

#ed5061 color RGB value is (237,80,97).

#ed5061 hex color red value is 237, green value is 80 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #ed5061 hue: 0.98 , saturation: 0.81 and the lightness value of ed5061 is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01010000 01100001
Octal 355 120 141
Decimal 237 80 97
Hex ED 50 61

RGB Percentages of Color #ed5061

%57.25
%19.32
%23.43

CMYK Percentages of Color #ed5061

%0
%66
%59
%7

Triadic Colors of #ed5061

#ed5061 #61ed50 #5061ed

Analogous Colors of #ed5061

#ed5061 #ed8e50 #ed50b0

Monochromatic Colors of #ed5061

#ed5061

Complementary Color

#ed5061 #50eddc

#ed5061 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed5061 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed5061 Color CSS Codes

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

#ed5061 Text Font Color

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

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


#ed5061 Background Color

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

This div background color is #ed5061


#ed5061 Border Color

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

This div border color is #ed5061


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed5061


Comments

No comments written yet.

Please login to write comment.