Color Hex Logo

#ed778a Color Hex

#ED778A
(237,119,138)
0 Favorites   0 Comments

Color spaces of #ed778a

RGB 237119138
HSL0.970.770.70
HSV350°50°93°
CMYK 0.000.500.42   0.07
XYZ46.109333.033227.9906
Yxy33.03320.43040.3083
Hunter Lab57.474542.622411.3574
CIE-Lab64.187847.237111.0860

#ed778a color RGB value is (237,119,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01110111 10001010
Octal 355 167 212
Decimal 237 119 138
Hex ED 77 8A

RGB Percentages of Color #ed778a

%47.98
%24.09
%27.94

CMYK Percentages of Color #ed778a

%0
%50
%42
%7

Triadic Colors of #ed778a

#ed778a #8aed77 #778aed

Analogous Colors of #ed778a

#ed778a #ed9f77 #ed77c5

Monochromatic Colors of #ed778a

#ed778a

Complementary Color

#ed778a #77edda

#ed778a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed778a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed778a Color CSS Codes

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

#ed778a Text Font Color

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

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


#ed778a Background Color

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

This div background color is #ed778a


#ed778a Border Color

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

This div border color is #ed778a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed778a


Comments

No comments written yet.

Please login to write comment.