Color Hex Logo

#ed59cd Color Hex

#ED59CD
(237,89,205)
0 Favorites   0 Comments

Color spaces of #ed59cd

RGB 23789205
HSL0.870.800.64
HSV313°62°93°
CMYK 0.000.620.14   0.07
XYZ49.516929.557160.8529
Yxy29.55710.35390.2112
Hunter Lab54.366467.4363-28.3074
CIE-Lab61.270269.2620-31.5173

#ed59cd color RGB value is (237,89,205).

#ed59cd hex color red value is 237, green value is 89 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #ed59cd hue: 0.87 , saturation: 0.80 and the lightness value of ed59cd is 0.64.

The process color (four color CMYK) of #ed59cd color hex is 0.00, 0.62, 0.14, 0.07. Web safe color of #ed59cd is #ff66cc. Color #ed59cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01011001 11001101
Octal 355 131 315
Decimal 237 89 205
Hex ED 59 CD

RGB Percentages of Color #ed59cd

%44.63
%16.76
%38.61

CMYK Percentages of Color #ed59cd

%0
%62
%14
%7

Triadic Colors of #ed59cd

#ed59cd #cded59 #59cded

Analogous Colors of #ed59cd

#ed59cd #ed5983 #c359ed

Monochromatic Colors of #ed59cd

#ed59cd

Complementary Color

#ed59cd #59ed79

#ed59cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed59cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed59cd Color CSS Codes

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

#ed59cd Text Font Color

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

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


#ed59cd Background Color

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

This div background color is #ed59cd


#ed59cd Border Color

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

This div border color is #ed59cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed59cd


Comments

No comments written yet.

Please login to write comment.