Color Hex Logo

#ed76aa Color Hex

#ED76AA
(237,118,170)
0 Favorites   0 Comments

Color spaces of #ed76aa

RGB 237118170
HSL0.930.770.70
HSV334°50°93°
CMYK 0.000.500.28   0.07
XYZ48.659233.863742.0019
Yxy33.86370.39080.2719
Hunter Lab58.192547.4205-2.0593
CIE-Lab64.854251.4770-6.1866

#ed76aa color RGB value is (237,118,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01110110 10101010
Octal 355 166 252
Decimal 237 118 170
Hex ED 76 AA

RGB Percentages of Color #ed76aa

%45.14
%22.48
%32.38

CMYK Percentages of Color #ed76aa

%0
%50
%28
%7

Triadic Colors of #ed76aa

#ed76aa #aaed76 #76aaed

Analogous Colors of #ed76aa

#ed76aa #ed7e76 #ed76e6

Monochromatic Colors of #ed76aa

#ed76aa

Complementary Color

#ed76aa #76edb9

#ed76aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed76aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed76aa Color CSS Codes

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

#ed76aa Text Font Color

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

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


#ed76aa Background Color

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

This div background color is #ed76aa


#ed76aa Border Color

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

This div border color is #ed76aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed76aa


Comments

No comments written yet.

Please login to write comment.