Color Hex Logo

#ed5add Color Hex

#ED5ADD
(237,90,221)
0 Favorites   0 Comments

Color spaces of #ed5add

RGB 23790221
HSL0.850.800.64
HSV307°62°93°
CMYK 0.000.620.07   0.07
XYZ51.632430.537371.5796
Yxy30.53730.33580.1986
Hunter Lab55.260670.0745-38.1166
CIE-Lab62.115171.2700-39.2216

#ed5add color RGB value is (237,90,221).

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

The process color (four color CMYK) of #ed5add color hex is 0.00, 0.62, 0.07, 0.07. Web safe color of #ed5add is #ff66cc. Color #ed5add contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01011010 11011101
Octal 355 132 335
Decimal 237 90 221
Hex ED 5A DD

RGB Percentages of Color #ed5add

%43.25
%16.42
%40.33

CMYK Percentages of Color #ed5add

%0
%62
%7
%7

Triadic Colors of #ed5add

#ed5add #dded5a #5added

Analogous Colors of #ed5add

#ed5add #ed5a94 #b45aed

Monochromatic Colors of #ed5add

#ed5add

Complementary Color

#ed5add #5aed6a

#ed5add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed5add Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed5add Color CSS Codes

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

#ed5add Text Font Color

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

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


#ed5add Background Color

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

This div background color is #ed5add


#ed5add Border Color

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

This div border color is #ed5add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed5add


Comments

No comments written yet.

Please login to write comment.