Color Hex Logo

#ed36df Color Hex

#ED36DF
(237,54,223)
0 Favorites   0 Comments

Color spaces of #ed36df

RGB 23754223
HSL0.850.840.57
HSV305°77°93°
CMYK 0.000.770.06   0.07
XYZ49.563525.970672.2126
Yxy25.97060.33550.1758
Hunter Lab50.961484.4214-48.3414
CIE-Lab58.009183.4444-46.8119

#ed36df color RGB value is (237,54,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 00110110 11011111
Octal 355 66 337
Decimal 237 54 223
Hex ED 36 DF

RGB Percentages of Color #ed36df

%46.11
%10.51
%43.39

CMYK Percentages of Color #ed36df

%0
%77
%6
%7

Triadic Colors of #ed36df

#ed36df #dfed36 #36dfed

Analogous Colors of #ed36df

#ed36df #ed3684 #a036ed

Monochromatic Colors of #ed36df

#ed36df

Complementary Color

#ed36df #36ed44

#ed36df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed36df Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed36df Color CSS Codes

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

#ed36df Text Font Color

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

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


#ed36df Background Color

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

This div background color is #ed36df


#ed36df Border Color

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

This div border color is #ed36df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed36df


Comments

No comments written yet.

Please login to write comment.