Color Hex Logo

#ed718a Color Hex

#ED718A
(237,113,138)
0 Favorites   0 Comments

Color spaces of #ed718a

RGB 237113138
HSL0.970.780.69
HSV348°52°93°
CMYK 0.000.520.42   0.07
XYZ45.417631.649827.7600
Yxy31.64980.43330.3019
Hunter Lab56.258245.652510.1247
CIE-Lab63.052450.15669.4786

#ed718a color RGB value is (237,113,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01110001 10001010
Octal 355 161 212
Decimal 237 113 138
Hex ED 71 8A

RGB Percentages of Color #ed718a

%48.57
%23.16
%28.28

CMYK Percentages of Color #ed718a

%0
%52
%42
%7

Triadic Colors of #ed718a

#ed718a #8aed71 #718aed

Analogous Colors of #ed718a

#ed718a #ed9671 #ed71c8

Monochromatic Colors of #ed718a

#ed718a

Complementary Color

#ed718a #71edd4

#ed718a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed718a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed718a Color CSS Codes

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

#ed718a Text Font Color

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

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


#ed718a Background Color

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

This div background color is #ed718a


#ed718a Border Color

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

This div border color is #ed718a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed718a


Comments

No comments written yet.

Please login to write comment.