Color Hex Logo

#ed565e Color Hex

#ED565E
(237,86,94)
0 Favorites   0 Comments

Color spaces of #ed565e

RGB 2378694
HSL0.990.810.63
HSV357°64°93°
CMYK 0.000.640.60   0.07
XYZ40.273225.468313.3829
Yxy25.46830.50900.3219
Hunter Lab50.466154.131619.6034
CIE-Lab57.528958.610727.3342

#ed565e color RGB value is (237,86,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01010110 01011110
Octal 355 126 136
Decimal 237 86 94
Hex ED 56 5E

RGB Percentages of Color #ed565e

%56.83
%20.62
%22.54

CMYK Percentages of Color #ed565e

%0
%64
%60
%7

Triadic Colors of #ed565e

#ed565e #5eed56 #565eed

Analogous Colors of #ed565e

#ed565e #ed9a56 #ed56aa

Monochromatic Colors of #ed565e

#ed565e

Complementary Color

#ed565e #56ede5

#ed565e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed565e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed565e Color CSS Codes

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

#ed565e Text Font Color

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

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


#ed565e Background Color

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

This div background color is #ed565e


#ed565e Border Color

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

This div border color is #ed565e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed565e


Comments

No comments written yet.

Please login to write comment.