Color Hex Logo

#ed679e Color Hex

#ED679E
(237,103,158)
0 Favorites   0 Comments

Color spaces of #ed679e

RGB 237103158
HSL0.930.790.67
HSV335°57°93°
CMYK 0.000.570.33   0.07
XYZ45.946930.173635.7502
Yxy30.17360.41070.2697
Hunter Lab54.930553.1789-0.1361
CIE-Lab61.803757.0514-3.8314

#ed679e color RGB value is (237,103,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01100111 10011110
Octal 355 147 236
Decimal 237 103 158
Hex ED 67 9E

RGB Percentages of Color #ed679e

%47.59
%20.68
%31.73

CMYK Percentages of Color #ed679e

%0
%57
%33
%7

Triadic Colors of #ed679e

#ed679e #9eed67 #679eed

Analogous Colors of #ed679e

#ed679e #ed7367 #ed67e1

Monochromatic Colors of #ed679e

#ed679e

Complementary Color

#ed679e #67edb6

#ed679e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed679e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed679e Color CSS Codes

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

#ed679e Text Font Color

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

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


#ed679e Background Color

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

This div background color is #ed679e


#ed679e Border Color

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

This div border color is #ed679e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed679e


Comments

No comments written yet.

Please login to write comment.