Color Hex Logo

#ed5aee Color Hex

#ED5AEE
(237,90,238)
0 Favorites   0 Comments

Color spaces of #ed5aee

RGB 23790238
HSL0.830.810.64
HSV300°62°93°
CMYK 0.000.620.00   0.07
XYZ54.013831.489984.1202
Yxy31.48990.31840.1856
Hunter Lab56.115973.6108-49.5973
CIE-Lab62.919073.9828-47.4499

#ed5aee color RGB value is (237,90,238).

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

The process color (four color CMYK) of #ed5aee color hex is 0.00, 0.62, 0.00, 0.07. Web safe color of #ed5aee is #ff66ff. Color #ed5aee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01011010 11101110
Octal 355 132 356
Decimal 237 90 238
Hex ED 5A EE

RGB Percentages of Color #ed5aee

%41.95
%15.93
%42.12

CMYK Percentages of Color #ed5aee

%0
%62
%0
%7

Triadic Colors of #ed5aee

#ed5aee #eeed5a #5aeeed

Analogous Colors of #ed5aee

#ed5aee #ee5aa5 #a35aee

Monochromatic Colors of #ed5aee

#ed5aee

Complementary Color

#ed5aee #5bee5a

#ed5aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed5aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed5aee Color CSS Codes

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

#ed5aee Text Font Color

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

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


#ed5aee Background Color

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

This div background color is #ed5aee


#ed5aee Border Color

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

This div border color is #ed5aee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed5aee


Comments

No comments written yet.

Please login to write comment.