Color Hex Logo

#ed689e Color Hex

#ED689E
(237,104,158)
0 Favorites   0 Comments

Color spaces of #ed689e

RGB 237104158
HSL0.930.790.67
HSV336°56°93°
CMYK 0.000.560.33   0.07
XYZ46.046930.373835.7835
Yxy30.37380.41040.2707
Hunter Lab55.112452.69150.0828
CIE-Lab61.975456.5958-3.5782

#ed689e color RGB value is (237,104,158).

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

The process color (four color CMYK) of #ed689e color hex is 0.00, 0.56, 0.33, 0.07. Web safe color of #ed689e is #ff6699. Color #ed689e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01101000 10011110
Octal 355 150 236
Decimal 237 104 158
Hex ED 68 9E

RGB Percentages of Color #ed689e

%47.49
%20.84
%31.66

CMYK Percentages of Color #ed689e

%0
%56
%33
%7

Triadic Colors of #ed689e

#ed689e #9eed68 #689eed

Analogous Colors of #ed689e

#ed689e #ed7568 #ed68e1

Monochromatic Colors of #ed689e

#ed689e

Complementary Color

#ed689e #68edb7

#ed689e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed689e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed689e Color CSS Codes

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

#ed689e Text Font Color

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

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


#ed689e Background Color

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

This div background color is #ed689e


#ed689e Border Color

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

This div border color is #ed689e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed689e


Comments

No comments written yet.

Please login to write comment.