Color Hex Logo

#ed779c Color Hex

#ED779C
(237,119,156)
0 Favorites   0 Comments

Color spaces of #ed779c

RGB 237119156
HSL0.950.770.70
HSV341°50°93°
CMYK 0.000.500.34   0.07
XYZ47.522633.598535.4329
Yxy33.59850.40770.2883
Hunter Lab57.964244.90784.3316
CIE-Lab64.642649.25031.4727

#ed779c color RGB value is (237,119,156).

#ed779c hex color red value is 237, green value is 119 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #ed779c hue: 0.95 , saturation: 0.77 and the lightness value of ed779c is 0.70.

The process color (four color CMYK) of #ed779c color hex is 0.00, 0.50, 0.34, 0.07. Web safe color of #ed779c is #ff6699. Color #ed779c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01110111 10011100
Octal 355 167 234
Decimal 237 119 156
Hex ED 77 9C

RGB Percentages of Color #ed779c

%46.29
%23.24
%30.47

CMYK Percentages of Color #ed779c

%0
%50
%34
%7

Triadic Colors of #ed779c

#ed779c #9ced77 #779ced

Analogous Colors of #ed779c

#ed779c #ed8d77 #ed77d7

Monochromatic Colors of #ed779c

#ed779c

Complementary Color

#ed779c #77edc8

#ed779c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed779c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed779c Color CSS Codes

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

#ed779c Text Font Color

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

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


#ed779c Background Color

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

This div background color is #ed779c


#ed779c Border Color

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

This div border color is #ed779c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed779c


Comments

No comments written yet.

Please login to write comment.