Color Hex Logo

#ed10ad Color Hex

#ED10AD
(237,16,173)
0 Favorites   0 Comments

Color spaces of #ed10ad

RGB 23716173
HSL0.880.870.50
HSV317°93°93°
CMYK 0.000.930.27   0.07
XYZ42.653221.392241.4162
Yxy21.39220.40440.2028
Hunter Lab46.251783.6718-20.7152
CIE-Lab53.376183.7673-25.2966

#ed10ad color RGB value is (237,16,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 00010000 10101101
Octal 355 20 255
Decimal 237 16 173
Hex ED 10 AD

RGB Percentages of Color #ed10ad

%55.63
%3.76
%40.61

CMYK Percentages of Color #ed10ad

%0
%93
%27
%7

Triadic Colors of #ed10ad

#ed10ad #aded10 #10aded

Analogous Colors of #ed10ad

#ed10ad #ed103f #bf10ed

Monochromatic Colors of #ed10ad

#ed10ad

Complementary Color

#ed10ad #10ed50

#ed10ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed10ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed10ad Color CSS Codes

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

#ed10ad Text Font Color

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

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


#ed10ad Background Color

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

This div background color is #ed10ad


#ed10ad Border Color

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

This div border color is #ed10ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed10ad


Comments

No comments written yet.

Please login to write comment.