Color Hex Logo

#ed1add Color Hex

#ED1ADD
(237,26,221)
0 Favorites   0 Comments

Color spaces of #ed1add

RGB 23726221
HSL0.850.850.52
HSV305°89°93°
CMYK 0.000.890.07   0.07
XYZ48.345623.963870.4840
Yxy23.96380.33860.1678
Hunter Lab48.952890.6183-51.1008
CIE-Lab56.051588.5586-48.7841

#ed1add color RGB value is (237,26,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 00011010 11011101
Octal 355 32 335
Decimal 237 26 221
Hex ED 1A DD

RGB Percentages of Color #ed1add

%48.97
%5.37
%45.66

CMYK Percentages of Color #ed1add

%0
%89
%7
%7

Triadic Colors of #ed1add

#ed1add #dded1a #1added

Analogous Colors of #ed1add

#ed1add #ed1a74 #941aed

Monochromatic Colors of #ed1add

#ed1add

Complementary Color

#ed1add #1aed2a

#ed1add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed1add Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed1add Color CSS Codes

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

#ed1add Text Font Color

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

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


#ed1add Background Color

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

This div background color is #ed1add


#ed1add Border Color

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

This div border color is #ed1add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed1add


Comments

No comments written yet.

Please login to write comment.