Color Hex Logo

#ed15de Color Hex

#ED15DE
(237,21,222)
0 Favorites   0 Comments

Color spaces of #ed15de

RGB 23721222
HSL0.840.860.51
HSV304°91°93°
CMYK 0.000.910.06   0.07
XYZ48.378023.814871.1541
Yxy23.81480.33750.1661
Hunter Lab48.800491.5542-52.2883
CIE-Lab55.901989.2927-49.5887

#ed15de color RGB value is (237,21,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 00010101 11011110
Octal 355 25 336
Decimal 237 21 222
Hex ED 15 DE

RGB Percentages of Color #ed15de

%49.38
%4.38
%46.25

CMYK Percentages of Color #ed15de

%0
%91
%6
%7

Triadic Colors of #ed15de

#ed15de #deed15 #15deed

Analogous Colors of #ed15de

#ed15de #ed1572 #9015ed

Monochromatic Colors of #ed15de

#ed15de

Complementary Color

#ed15de #15ed24

#ed15de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed15de Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed15de Color CSS Codes

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

#ed15de Text Font Color

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

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


#ed15de Background Color

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

This div background color is #ed15de


#ed15de Border Color

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

This div border color is #ed15de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed15de


Comments

No comments written yet.

Please login to write comment.