color codes Logo

#ed577d color codes

#ED577D
(237,87,125)
0 Favorites   0 Comments

Color spaces of #ed577d

RGB 23787125
HSL0.960.810.64
HSV345°63°93°
CMYK 0.000.630.47   0.07
XYZ42.034926.301622.2633
Yxy26.30160.46400.2903
Hunter Lab51.285156.555410.1613
CIE-Lab58.322260.589110.3161

#ed577d color RGB value is (237,87,125).

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

The process color (four color CMYK) of #ed577d color code is 0.00, 0.63, 0.47, 0.07. Web safe color of #ed577d is #ff6666. Color #ed577d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01010111 01111101
Octal 355 127 175
Decimal 237 87 125
Hex ED 57 7D

RGB Percentages of Color #ed577d

%52.78
%19.38
%27.84

CMYK Percentages of Color #ed577d

%0
%63
%47
%7

Triadic Colors of #ed577d

#ed577d #7ded57 #577ded

Analogous Colors of #ed577d

#ed577d #ed7c57 #ed57c8

Monochromatic Colors of #ed577d

#ed577d

Complementary Color

#ed577d #57edc7

#ed577d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed577d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed577d Color CSS Codes

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

#ed577d Text Font Color

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

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


#ed577d Background Color

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

This div background color is #ed577d


#ed577d Border Color

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

This div border color is #ed577d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed577d


Comments

No comments written yet.

Please login to write comment.