Color Hex Logo

#ed317a Color Hex

#ED317A
(237,49,122)
0 Favorites   0 Comments

Color spaces of #ed317a

RGB 23749122
HSL0.940.840.56
HSV337°79°93°
CMYK 0.000.790.49   0.07
XYZ39.536221.606320.4990
Yxy21.60630.48430.2646
Hunter Lab46.482670.48046.3907
CIE-Lab53.606873.21145.3845

#ed317a color RGB value is (237,49,122).

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

The process color (four color CMYK) of #ed317a color hex is 0.00, 0.79, 0.49, 0.07. Web safe color of #ed317a is #ff3366. Color #ed317a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00110001 01111010
Octal 355 61 172
Decimal 237 49 122
Hex ED 31 7A

RGB Percentages of Color #ed317a

%58.09
%12.01
%29.90

CMYK Percentages of Color #ed317a

%0
%79
%49
%7

Triadic Colors of #ed317a

#ed317a #7aed31 #317aed

Analogous Colors of #ed317a

#ed317a #ed4631 #ed31d8

Monochromatic Colors of #ed317a

#ed317a

Complementary Color

#ed317a #31eda4

#ed317a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed317a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed317a Color CSS Codes

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

#ed317a Text Font Color

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

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


#ed317a Background Color

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

This div background color is #ed317a


#ed317a Border Color

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

This div border color is #ed317a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed317a


Comments

No comments written yet.

Please login to write comment.