Color Hex Logo

#ed977d Color Hex

#ED977D
(237,151,125)
0 Favorites   0 Comments

Color spaces of #ed977d

RGB 237151125
HSL0.040.760.71
HSV14°47°93°
CMYK 0.000.360.47   0.07
XYZ49.693341.618424.8161
Yxy41.61840.42790.3584
Hunter Lab64.512324.600522.3514
CIE-Lab70.607029.494227.1553

#ed977d color RGB value is (237,151,125).

#ed977d hex color red value is 237, green value is 151 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #ed977d hue: 0.04 , saturation: 0.76 and the lightness value of ed977d is 0.71.

The process color (four color CMYK) of #ed977d color hex is 0.00, 0.36, 0.47, 0.07. Web safe color of #ed977d is #ff9966. Color #ed977d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10010111 01111101
Octal 355 227 175
Decimal 237 151 125
Hex ED 97 7D

RGB Percentages of Color #ed977d

%46.20
%29.43
%24.37

CMYK Percentages of Color #ed977d

%0
%36
%47
%7

Triadic Colors of #ed977d

#ed977d #7ded97 #977ded

Analogous Colors of #ed977d

#ed977d #edcf7d #ed7d9b

Monochromatic Colors of #ed977d

#ed977d

Complementary Color

#ed977d #7dd3ed

#ed977d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed977d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed977d Color CSS Codes

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

#ed977d Text Font Color

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

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


#ed977d Background Color

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

This div background color is #ed977d


#ed977d Border Color

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

This div border color is #ed977d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed977d


Comments

No comments written yet.

Please login to write comment.