Color Hex Logo

#ed58ae Color Hex

#ED58AE
(237,88,174)
0 Favorites   0 Comments

Color spaces of #ed58ae

RGB 23788174
HSL0.900.810.64
HSV325°63°93°
CMYK 0.000.630.27   0.07
XYZ46.054828.040043.0293
Yxy28.04000.39320.2394
Hunter Lab52.952862.5799-11.1119
CIE-Lab59.924965.4569-15.8631

#ed58ae color RGB value is (237,88,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01011000 10101110
Octal 355 130 256
Decimal 237 88 174
Hex ED 58 AE

RGB Percentages of Color #ed58ae

%47.49
%17.64
%34.87

CMYK Percentages of Color #ed58ae

%0
%63
%27
%7

Triadic Colors of #ed58ae

#ed58ae #aeed58 #58aeed

Analogous Colors of #ed58ae

#ed58ae #ed5863 #e258ed

Monochromatic Colors of #ed58ae

#ed58ae

Complementary Color

#ed58ae #58ed97

#ed58ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed58ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed58ae Color CSS Codes

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

#ed58ae Text Font Color

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

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


#ed58ae Background Color

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

This div background color is #ed58ae


#ed58ae Border Color

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

This div border color is #ed58ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed58ae


Comments

No comments written yet.

Please login to write comment.