Color Hex Logo

#ed318d Color Hex

#ED318D
(237,49,141)
0 Favorites   0 Comments

Color spaces of #ed318d

RGB 23749141
HSL0.920.840.56
HSV331°79°93°
CMYK 0.000.790.41   0.07
XYZ40.831122.124227.3177
Yxy22.12420.45230.2451
Hunter Lab47.036472.6378-1.5089
CIE-Lab54.158574.8642-5.1785

#ed318d color RGB value is (237,49,141).

#ed318d hex color red value is 237, green value is 49 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #ed318d hue: 0.92 , saturation: 0.84 and the lightness value of ed318d is 0.56.

The process color (four color CMYK) of #ed318d color hex is 0.00, 0.79, 0.41, 0.07. Web safe color of #ed318d is #ff3399. Color #ed318d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00110001 10001101
Octal 355 61 215
Decimal 237 49 141
Hex ED 31 8D

RGB Percentages of Color #ed318d

%55.50
%11.48
%33.02

CMYK Percentages of Color #ed318d

%0
%79
%41
%7

Triadic Colors of #ed318d

#ed318d #8ded31 #318ded

Analogous Colors of #ed318d

#ed318d #ed3331 #ed31eb

Monochromatic Colors of #ed318d

#ed318d

Complementary Color

#ed318d #31ed91

#ed318d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed318d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed318d Color CSS Codes

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

#ed318d Text Font Color

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

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


#ed318d Background Color

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

This div background color is #ed318d


#ed318d Border Color

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

This div border color is #ed318d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed318d


Comments

No comments written yet.

Please login to write comment.