Color Hex Logo

#ed31df Color Hex

#ED31DF
(237,49,223)
0 Favorites   0 Comments

Color spaces of #ed31df

RGB 23749223
HSL0.850.840.56
HSV304°79°93°
CMYK 0.000.790.06   0.07
XYZ49.342625.528972.1390
Yxy25.52890.33560.1737
Hunter Lab50.526185.8981-49.2834
CIE-Lab57.587284.6645-47.4802

#ed31df color RGB value is (237,49,223).

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

The process color (four color CMYK) of #ed31df color hex is 0.00, 0.79, 0.06, 0.07. Web safe color of #ed31df is #ff33cc. Color #ed31df contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00110001 11011111
Octal 355 61 337
Decimal 237 49 223
Hex ED 31 DF

RGB Percentages of Color #ed31df

%46.56
%9.63
%43.81

CMYK Percentages of Color #ed31df

%0
%79
%6
%7

Triadic Colors of #ed31df

#ed31df #dfed31 #31dfed

Analogous Colors of #ed31df

#ed31df #ed3181 #9d31ed

Monochromatic Colors of #ed31df

#ed31df

Complementary Color

#ed31df #31ed3f

#ed31df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed31df Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed31df Color CSS Codes

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

#ed31df Text Font Color

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

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


#ed31df Background Color

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

This div background color is #ed31df


#ed31df Border Color

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

This div border color is #ed31df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed31df


Comments

No comments written yet.

Please login to write comment.