Color Hex Logo

#ed718f Color Hex

#ED718F
(237,113,143)
0 Favorites   0 Comments

Color spaces of #ed718f

RGB 237113143
HSL0.960.780.69
HSV345°52°93°
CMYK 0.000.520.40   0.07
XYZ45.788131.797929.7109
Yxy31.79790.42670.2964
Hunter Lab56.389646.25938.2337
CIE-Lab63.175550.68606.7870

#ed718f color RGB value is (237,113,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01110001 10001111
Octal 355 161 217
Decimal 237 113 143
Hex ED 71 8F

RGB Percentages of Color #ed718f

%48.07
%22.92
%29.01

CMYK Percentages of Color #ed718f

%0
%52
%40
%7

Triadic Colors of #ed718f

#ed718f #8fed71 #718fed

Analogous Colors of #ed718f

#ed718f #ed9171 #ed71cd

Monochromatic Colors of #ed718f

#ed718f

Complementary Color

#ed718f #71edcf

#ed718f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed718f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed718f Color CSS Codes

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

#ed718f Text Font Color

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

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


#ed718f Background Color

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

This div background color is #ed718f


#ed718f Border Color

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

This div border color is #ed718f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed718f


Comments

No comments written yet.

Please login to write comment.