Color Hex Logo

#ed15df Color Hex

#ED15DF
(237,21,223)
0 Favorites   0 Comments

Color spaces of #ed15df

RGB 23721223
HSL0.840.860.51
HSV304°91°93°
CMYK 0.000.910.06   0.07
XYZ48.512523.868671.8622
Yxy23.86860.33630.1655
Hunter Lab48.855591.7497-53.0116
CIE-Lab55.956089.4292-50.0692

#ed15df color RGB value is (237,21,223).

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

The process color (four color CMYK) of #ed15df color hex is 0.00, 0.91, 0.06, 0.07. Web safe color of #ed15df is #ff00cc. Color #ed15df contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00010101 11011111
Octal 355 25 337
Decimal 237 21 223
Hex ED 15 DF

RGB Percentages of Color #ed15df

%49.27
%4.37
%46.36

CMYK Percentages of Color #ed15df

%0
%91
%6
%7

Triadic Colors of #ed15df

#ed15df #dfed15 #15dfed

Analogous Colors of #ed15df

#ed15df #ed1573 #8f15ed

Monochromatic Colors of #ed15df

#ed15df

Complementary Color

#ed15df #15ed23

#ed15df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed15df Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed15df Color CSS Codes

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

#ed15df Text Font Color

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

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


#ed15df Background Color

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

This div background color is #ed15df


#ed15df Border Color

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

This div border color is #ed15df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed15df


Comments

No comments written yet.

Please login to write comment.