Color Hex Logo

#ed2ade Color Hex

#ED2ADE
(237,42,222)
0 Favorites   0 Comments

Color spaces of #ed2ade

RGB 23742222
HSL0.850.840.55
HSV305°82°93°
CMYK 0.000.820.06   0.07
XYZ48.937824.934471.3407
Yxy24.93440.33700.1717
Hunter Lab49.934487.5525-49.7530
CIE-Lab57.011486.0441-47.8272

#ed2ade color RGB value is (237,42,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 00101010 11011110
Octal 355 52 336
Decimal 237 42 222
Hex ED 2A DE

RGB Percentages of Color #ed2ade

%47.31
%8.38
%44.31

CMYK Percentages of Color #ed2ade

%0
%82
%6
%7

Triadic Colors of #ed2ade

#ed2ade #deed2a #2adeed

Analogous Colors of #ed2ade

#ed2ade #ed2a7d #9b2aed

Monochromatic Colors of #ed2ade

#ed2ade

Complementary Color

#ed2ade #2aed39

#ed2ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed2ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed2ade Color CSS Codes

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

#ed2ade Text Font Color

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

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


#ed2ade Background Color

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

This div background color is #ed2ade


#ed2ade Border Color

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

This div border color is #ed2ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed2ade


Comments

No comments written yet.

Please login to write comment.