Color Hex Logo

#ed7daf Color Hex

#ED7DAF
(237,125,175)
0 Favorites   0 Comments

Color spaces of #ed7daf

RGB 237125175
HSL0.930.760.71
HSV333°47°93°
CMYK 0.000.470.26   0.07
XYZ49.996535.766944.8260
Yxy35.76690.38290.2739
Hunter Lab59.805444.5640-2.5759
CIE-Lab66.341448.6979-6.8150

#ed7daf color RGB value is (237,125,175).

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

The process color (four color CMYK) of #ed7daf color hex is 0.00, 0.47, 0.26, 0.07. Web safe color of #ed7daf is #ff6699. Color #ed7daf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01111101 10101111
Octal 355 175 257
Decimal 237 125 175
Hex ED 7D AF

RGB Percentages of Color #ed7daf

%44.13
%23.28
%32.59

CMYK Percentages of Color #ed7daf

%0
%47
%26
%7

Triadic Colors of #ed7daf

#ed7daf #afed7d #7dafed

Analogous Colors of #ed7daf

#ed7daf #ed837d #ed7de7

Monochromatic Colors of #ed7daf

#ed7daf

Complementary Color

#ed7daf #7dedbb

#ed7daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed7daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed7daf Color CSS Codes

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

#ed7daf Text Font Color

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

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


#ed7daf Background Color

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

This div background color is #ed7daf


#ed7daf Border Color

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

This div border color is #ed7daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed7daf


Comments

No comments written yet.

Please login to write comment.