Color Hex Logo

#ed00ad Color Hex

#ED00AD
(237,0,173)
0 Favorites   0 Comments

Color spaces of #ed00ad

RGB 2370173
HSL0.881.000.46
HSV316°100°93°
CMYK 0.001.000.27   0.07
XYZ42.467921.021741.3544
Yxy21.02170.40510.2005
Hunter Lab45.849485.0986-21.3827
CIE-Lab52.973284.9486-25.9191

#ed00ad color RGB value is (237,0,173).

#ed00ad hex color red value is 237, green value is 0 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #ed00ad hue: 0.88 , saturation: 1.00 and the lightness value of ed00ad is 0.46.

The process color (four color CMYK) of #ed00ad color hex is 0.00, 1.00, 0.27, 0.07. Web safe color of #ed00ad is #ff0099. Color #ed00ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00000000 10101101
Octal 355 0 255
Decimal 237 0 173
Hex ED 0 AD

RGB Percentages of Color #ed00ad

%57.80
%0.00
%42.20

CMYK Percentages of Color #ed00ad

%0
%100
%27
%7

Triadic Colors of #ed00ad

#ed00ad #aded00 #00aded

Analogous Colors of #ed00ad

#ed00ad #ed0037 #b700ed

Monochromatic Colors of #ed00ad

#ed00ad

Complementary Color

#ed00ad #00ed40

#ed00ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed00ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed00ad Color CSS Codes

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

#ed00ad Text Font Color

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

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


#ed00ad Background Color

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

This div background color is #ed00ad


#ed00ad Border Color

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

This div border color is #ed00ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed00ad


Comments

No comments written yet.

Please login to write comment.