Color Hex Logo

#ed688e Color Hex

#ED688E
(237,104,142)
0 Favorites   0 Comments

Color spaces of #ed688e

RGB 237104142
HSL0.950.790.67
HSV343°56°93°
CMYK 0.000.560.40   0.07
XYZ44.757929.858128.9954
Yxy29.85810.43200.2882
Hunter Lab54.642650.58546.7883
CIE-Lab61.531654.80995.0025

#ed688e color RGB value is (237,104,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01101000 10001110
Octal 355 150 216
Decimal 237 104 142
Hex ED 68 8E

RGB Percentages of Color #ed688e

%49.07
%21.53
%29.40

CMYK Percentages of Color #ed688e

%0
%56
%40
%7

Triadic Colors of #ed688e

#ed688e #8eed68 #688eed

Analogous Colors of #ed688e

#ed688e #ed8568 #ed68d1

Monochromatic Colors of #ed688e

#ed688e

Complementary Color

#ed688e #68edc7

#ed688e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed688e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed688e Color CSS Codes

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

#ed688e Text Font Color

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

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


#ed688e Background Color

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

This div background color is #ed688e


#ed688e Border Color

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

This div border color is #ed688e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed688e


Comments

No comments written yet.

Please login to write comment.