Color Hex Logo

#ed20de Color Hex

#ED20DE
(237,32,222)
0 Favorites   0 Comments

Color spaces of #ed20de

RGB 23732222
HSL0.850.850.53
HSV304°86°93°
CMYK 0.000.860.06   0.07
XYZ48.626424.311571.2369
Yxy24.31150.33730.1686
Hunter Lab49.306789.7505-51.1458
CIE-Lab56.398387.8350-48.8000

#ed20de color RGB value is (237,32,222).

#ed20de hex color red value is 237, green value is 32 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #ed20de hue: 0.85 , saturation: 0.85 and the lightness value of ed20de is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 00100000 11011110
Octal 355 40 336
Decimal 237 32 222
Hex ED 20 DE

RGB Percentages of Color #ed20de

%48.27
%6.52
%45.21

CMYK Percentages of Color #ed20de

%0
%86
%6
%7

Triadic Colors of #ed20de

#ed20de #deed20 #20deed

Analogous Colors of #ed20de

#ed20de #ed2078 #9620ed

Monochromatic Colors of #ed20de

#ed20de

Complementary Color

#ed20de #20ed2f

#ed20de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed20de Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed20de Color CSS Codes

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

#ed20de Text Font Color

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

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


#ed20de Background Color

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

This div background color is #ed20de


#ed20de Border Color

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

This div border color is #ed20de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed20de


Comments

No comments written yet.

Please login to write comment.