Color Hex Logo

#ed8ade Color Hex

#ED8ADE
(237,138,222)
0 Favorites   0 Comments

Color spaces of #ed8ade

RGB 237138222
HSL0.860.730.74
HSV309°42°93°
CMYK 0.000.420.06   0.07
XYZ57.198341.455474.0943
Yxy41.45540.33110.2400
Hunter Lab64.385945.8983-23.1599
CIE-Lab70.493849.3171-26.7886

#ed8ade color RGB value is (237,138,222).

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

The process color (four color CMYK) of #ed8ade color hex is 0.00, 0.42, 0.06, 0.07. Web safe color of #ed8ade is #ff99cc. Color #ed8ade contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10001010 11011110
Octal 355 212 336
Decimal 237 138 222
Hex ED 8A DE

RGB Percentages of Color #ed8ade

%39.70
%23.12
%37.19

CMYK Percentages of Color #ed8ade

%0
%42
%6
%7

Triadic Colors of #ed8ade

#ed8ade #deed8a #8adeed

Analogous Colors of #ed8ade

#ed8ade #ed8aad #cb8aed

Monochromatic Colors of #ed8ade

#ed8ade

Complementary Color

#ed8ade #8aed99

#ed8ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed8ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed8ade Color CSS Codes

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

#ed8ade Text Font Color

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

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


#ed8ade Background Color

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

This div background color is #ed8ade


#ed8ade Border Color

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

This div border color is #ed8ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed8ade


Comments

No comments written yet.

Please login to write comment.