Color Hex Logo

#ed8aee Color Hex

#ED8AEE
(237,138,238)
0 Favorites   0 Comments

Color spaces of #ed8aee

RGB 237138238
HSL0.830.750.74
HSV299°42°93°
CMYK 0.000.420.00   0.07
XYZ59.446142.354585.9310
Yxy42.35450.31670.2256
Hunter Lab65.080349.1560-32.7293
CIE-Lab71.114652.0999-34.6270

#ed8aee color RGB value is (237,138,238).

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

The process color (four color CMYK) of #ed8aee color hex is 0.00, 0.42, 0.00, 0.07. Web safe color of #ed8aee is #ff99ff. Color #ed8aee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10001010 11101110
Octal 355 212 356
Decimal 237 138 238
Hex ED 8A EE

RGB Percentages of Color #ed8aee

%38.66
%22.51
%38.83

CMYK Percentages of Color #ed8aee

%0
%42
%0
%7

Triadic Colors of #ed8aee

#ed8aee #eeed8a #8aeeed

Analogous Colors of #ed8aee

#ed8aee #ee8abd #bb8aee

Monochromatic Colors of #ed8aee

#ed8aee

Complementary Color

#ed8aee #8bee8a

#ed8aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed8aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed8aee Color CSS Codes

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

#ed8aee Text Font Color

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

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


#ed8aee Background Color

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

This div background color is #ed8aee


#ed8aee Border Color

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

This div border color is #ed8aee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed8aee


Comments

No comments written yet.

Please login to write comment.