Color Hex Logo

#ed689b Color Hex

#ED689B
(237,104,155)
0 Favorites   0 Comments

Color spaces of #ed689b

RGB 237104155
HSL0.940.790.67
HSV337°56°93°
CMYK 0.000.560.35   0.07
XYZ45.791830.271734.4399
Yxy30.27170.41440.2739
Hunter Lab55.019752.27741.4009
CIE-Lab61.887956.2463-1.9795

#ed689b color RGB value is (237,104,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01101000 10011011
Octal 355 150 233
Decimal 237 104 155
Hex ED 68 9B

RGB Percentages of Color #ed689b

%47.78
%20.97
%31.25

CMYK Percentages of Color #ed689b

%0
%56
%35
%7

Triadic Colors of #ed689b

#ed689b #9bed68 #689bed

Analogous Colors of #ed689b

#ed689b #ed7868 #ed68de

Monochromatic Colors of #ed689b

#ed689b

Complementary Color

#ed689b #68edba

#ed689b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed689b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed689b Color CSS Codes

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

#ed689b Text Font Color

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

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


#ed689b Background Color

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

This div background color is #ed689b


#ed689b Border Color

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

This div border color is #ed689b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed689b


Comments

No comments written yet.

Please login to write comment.