Color Hex Logo

#ed709d Color Hex

#ED709D
(237,112,157)
0 Favorites   0 Comments

Color spaces of #ed709d

RGB 237112157
HSL0.940.780.68
HSV338°53°93°
CMYK 0.000.530.34   0.07
XYZ46.805032.027235.6133
Yxy32.02720.40900.2798
Hunter Lab56.592648.59182.3040
CIE-Lab63.365452.7481-0.9626

#ed709d color RGB value is (237,112,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01110000 10011101
Octal 355 160 235
Decimal 237 112 157
Hex ED 70 9D

RGB Percentages of Color #ed709d

%46.84
%22.13
%31.03

CMYK Percentages of Color #ed709d

%0
%53
%34
%7

Triadic Colors of #ed709d

#ed709d #9ded70 #709ded

Analogous Colors of #ed709d

#ed709d #ed8270 #ed70dc

Monochromatic Colors of #ed709d

#ed709d

Complementary Color

#ed709d #70edc0

#ed709d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed709d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed709d Color CSS Codes

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

#ed709d Text Font Color

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

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


#ed709d Background Color

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

This div background color is #ed709d


#ed709d Border Color

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

This div border color is #ed709d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed709d


Comments

No comments written yet.

Please login to write comment.