Color Hex Logo

#ed84aa Color Hex

#ED84AA
(237,132,170)
0 Favorites   0 Comments

Color spaces of #ed84aa

RGB 237132170
HSL0.940.740.72
HSV338°44°93°
CMYK 0.000.440.28   0.07
XYZ50.432037.409342.5929
Yxy37.40930.38660.2868
Hunter Lab61.163140.14651.5257
CIE-Lab67.583044.5150-2.1616

#ed84aa color RGB value is (237,132,170).

#ed84aa hex color red value is 237, green value is 132 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #ed84aa hue: 0.94 , saturation: 0.74 and the lightness value of ed84aa is 0.72.

The process color (four color CMYK) of #ed84aa color hex is 0.00, 0.44, 0.28, 0.07. Web safe color of #ed84aa is #ff9999. Color #ed84aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10000100 10101010
Octal 355 204 252
Decimal 237 132 170
Hex ED 84 AA

RGB Percentages of Color #ed84aa

%43.97
%24.49
%31.54

CMYK Percentages of Color #ed84aa

%0
%44
%28
%7

Triadic Colors of #ed84aa

#ed84aa #aaed84 #84aaed

Analogous Colors of #ed84aa

#ed84aa #ed9384 #ed84df

Monochromatic Colors of #ed84aa

#ed84aa

Complementary Color

#ed84aa #84edc7

#ed84aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed84aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed84aa Color CSS Codes

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

#ed84aa Text Font Color

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

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


#ed84aa Background Color

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

This div background color is #ed84aa


#ed84aa Border Color

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

This div border color is #ed84aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed84aa


Comments

No comments written yet.

Please login to write comment.