Color Hex Logo

#ed36ad Color Hex

#ED36AD
(237,54,173)
0 Favorites   0 Comments

Color spaces of #ed36ad

RGB 23754173
HSL0.890.840.57
HSV321°77°93°
CMYK 0.000.770.27   0.07
XYZ43.787023.660041.7942
Yxy23.66000.40080.2166
Hunter Lab48.641575.5626-16.8946
CIE-Lab55.745876.9155-21.6505

#ed36ad color RGB value is (237,54,173).

#ed36ad hex color red value is 237, green value is 54 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #ed36ad hue: 0.89 , saturation: 0.84 and the lightness value of ed36ad is 0.57.

The process color (four color CMYK) of #ed36ad color hex is 0.00, 0.77, 0.27, 0.07. Web safe color of #ed36ad is #ff3399. Color #ed36ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00110110 10101101
Octal 355 66 255
Decimal 237 54 173
Hex ED 36 AD

RGB Percentages of Color #ed36ad

%51.08
%11.64
%37.28

CMYK Percentages of Color #ed36ad

%0
%77
%27
%7

Triadic Colors of #ed36ad

#ed36ad #aded36 #36aded

Analogous Colors of #ed36ad

#ed36ad #ed3652 #d236ed

Monochromatic Colors of #ed36ad

#ed36ad

Complementary Color

#ed36ad #36ed76

#ed36ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed36ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed36ad Color CSS Codes

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

#ed36ad Text Font Color

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

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


#ed36ad Background Color

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

This div background color is #ed36ad


#ed36ad Border Color

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

This div border color is #ed36ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed36ad


Comments

No comments written yet.

Please login to write comment.