Color Hex Logo

#ed20dc Color Hex

#ED20DC
(237,32,220)
0 Favorites   0 Comments

Color spaces of #ed20dc

RGB 23732220
HSL0.850.850.53
HSV305°86°93°
CMYK 0.000.860.07   0.07
XYZ48.359824.204969.8333
Yxy24.20490.33960.1700
Hunter Lab49.198589.3598-49.7185
CIE-Lab56.292487.5596-47.8349

#ed20dc color RGB value is (237,32,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 00100000 11011100
Octal 355 40 334
Decimal 237 32 220
Hex ED 20 DC

RGB Percentages of Color #ed20dc

%48.47
%6.54
%44.99

CMYK Percentages of Color #ed20dc

%0
%86
%7
%7

Triadic Colors of #ed20dc

#ed20dc #dced20 #20dced

Analogous Colors of #ed20dc

#ed20dc #ed2076 #9820ed

Monochromatic Colors of #ed20dc

#ed20dc

Complementary Color

#ed20dc #20ed31

#ed20dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed20dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed20dc Color CSS Codes

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

#ed20dc Text Font Color

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

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


#ed20dc Background Color

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

This div background color is #ed20dc


#ed20dc Border Color

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

This div border color is #ed20dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed20dc


Comments

No comments written yet.

Please login to write comment.