Color Hex Logo

#ed58aa Color Hex

#ED58AA
(237,88,170)
0 Favorites   0 Comments

Color spaces of #ed58aa

RGB 23788170
HSL0.910.810.64
HSV327°63°93°
CMYK 0.000.630.28   0.07
XYZ45.670527.886341.0057
Yxy27.88630.39870.2434
Hunter Lab52.807561.9625-9.0742
CIE-Lab59.785964.9606-13.7649

#ed58aa color RGB value is (237,88,170).

#ed58aa hex color red value is 237, green value is 88 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #ed58aa hue: 0.91 , saturation: 0.81 and the lightness value of ed58aa is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01011000 10101010
Octal 355 130 252
Decimal 237 88 170
Hex ED 58 AA

RGB Percentages of Color #ed58aa

%47.88
%17.78
%34.34

CMYK Percentages of Color #ed58aa

%0
%63
%28
%7

Triadic Colors of #ed58aa

#ed58aa #aaed58 #58aaed

Analogous Colors of #ed58aa

#ed58aa #ed585f #e658ed

Monochromatic Colors of #ed58aa

#ed58aa

Complementary Color

#ed58aa #58ed9b

#ed58aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed58aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed58aa Color CSS Codes

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

#ed58aa Text Font Color

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

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


#ed58aa Background Color

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

This div background color is #ed58aa


#ed58aa Border Color

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

This div border color is #ed58aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed58aa


Comments

No comments written yet.

Please login to write comment.