Color Hex Logo

#ed708f Color Hex

#ED708F
(237,112,143)
0 Favorites   0 Comments

Color spaces of #ed708f

RGB 237112143
HSL0.960.780.68
HSV345°53°93°
CMYK 0.000.530.40   0.07
XYZ45.677131.576029.6739
Yxy31.57600.42720.2953
Hunter Lab56.192546.76008.0252
CIE-Lab62.990951.16476.5226

#ed708f color RGB value is (237,112,143).

#ed708f hex color red value is 237, green value is 112 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #ed708f hue: 0.96 , saturation: 0.78 and the lightness value of ed708f is 0.68.

The process color (four color CMYK) of #ed708f color hex is 0.00, 0.53, 0.40, 0.07. Web safe color of #ed708f is #ff6699. Color #ed708f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01110000 10001111
Octal 355 160 217
Decimal 237 112 143
Hex ED 70 8F

RGB Percentages of Color #ed708f

%48.17
%22.76
%29.07

CMYK Percentages of Color #ed708f

%0
%53
%40
%7

Triadic Colors of #ed708f

#ed708f #8fed70 #708fed

Analogous Colors of #ed708f

#ed708f #ed9070 #ed70ce

Monochromatic Colors of #ed708f

#ed708f

Complementary Color

#ed708f #70edce

#ed708f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed708f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed708f Color CSS Codes

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

#ed708f Text Font Color

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

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


#ed708f Background Color

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

This div background color is #ed708f


#ed708f Border Color

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

This div border color is #ed708f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed708f


Comments

No comments written yet.

Please login to write comment.