Color Hex Logo

#ed687e Color Hex

#ED687E
(237,104,126)
0 Favorites   0 Comments

Color spaces of #ed687e

RGB 237104126
HSL0.970.790.67
HSV350°56°93°
CMYK 0.000.560.47   0.07
XYZ43.641329.411523.1155
Yxy29.41150.45380.3058
Hunter Lab54.232448.734012.6914
CIE-Lab61.143153.222313.6951

#ed687e color RGB value is (237,104,126).

#ed687e hex color red value is 237, green value is 104 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #ed687e hue: 0.97 , saturation: 0.79 and the lightness value of ed687e is 0.67.

The process color (four color CMYK) of #ed687e color hex is 0.00, 0.56, 0.47, 0.07. Web safe color of #ed687e is #ff6666. Color #ed687e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01101000 01111110
Octal 355 150 176
Decimal 237 104 126
Hex ED 68 7E

RGB Percentages of Color #ed687e

%50.75
%22.27
%26.98

CMYK Percentages of Color #ed687e

%0
%56
%47
%7

Triadic Colors of #ed687e

#ed687e #7eed68 #687eed

Analogous Colors of #ed687e

#ed687e #ed9568 #ed68c1

Monochromatic Colors of #ed687e

#ed687e

Complementary Color

#ed687e #68edd7

#ed687e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed687e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed687e Color CSS Codes

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

#ed687e Text Font Color

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

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


#ed687e Background Color

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

This div background color is #ed687e


#ed687e Border Color

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

This div border color is #ed687e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed687e


Comments

No comments written yet.

Please login to write comment.