Color Hex Logo

#ed77ad Color Hex

#ED77AD
(237,119,173)
0 Favorites   0 Comments

Color spaces of #ed77ad

RGB 237119173
HSL0.920.770.70
HSV333°50°93°
CMYK 0.000.500.27   0.07
XYZ49.064734.215343.5534
Yxy34.21530.38680.2698
Hunter Lab58.493847.3618-3.2005
CIE-Lab65.133151.3830-7.4768

#ed77ad color RGB value is (237,119,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01110111 10101101
Octal 355 167 255
Decimal 237 119 173
Hex ED 77 AD

RGB Percentages of Color #ed77ad

%44.80
%22.50
%32.70

CMYK Percentages of Color #ed77ad

%0
%50
%27
%7

Triadic Colors of #ed77ad

#ed77ad #aded77 #77aded

Analogous Colors of #ed77ad

#ed77ad #ed7c77 #ed77e8

Monochromatic Colors of #ed77ad

#ed77ad

Complementary Color

#ed77ad #77edb7

#ed77ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed77ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed77ad Color CSS Codes

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

#ed77ad Text Font Color

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

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


#ed77ad Background Color

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

This div background color is #ed77ad


#ed77ad Border Color

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

This div border color is #ed77ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed77ad


Comments

No comments written yet.

Please login to write comment.