Color Hex Logo

#ec577d Color Hex

#EC577D
(236,87,125)
0 Favorites   0 Comments

Color spaces of #ec577d

RGB 23687125
HSL0.960.800.63
HSV345°63°93°
CMYK 0.000.630.47   0.07
XYZ41.701926.129922.2477
Yxy26.12990.46290.2901
Hunter Lab51.117456.16599.9776
CIE-Lab58.160160.279110.0642

#ec577d color RGB value is (236,87,125).

#ec577d hex color red value is 236, green value is 87 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #ec577d hue: 0.96 , saturation: 0.80 and the lightness value of ec577d is 0.63.

The process color (four color CMYK) of #ec577d color hex is 0.00, 0.63, 0.47, 0.07. Web safe color of #ec577d is #ff6666. Color #ec577d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01010111 01111101
Octal 354 127 175
Decimal 236 87 125
Hex EC 57 7D

RGB Percentages of Color #ec577d

%52.68
%19.42
%27.90

CMYK Percentages of Color #ec577d

%0
%63
%47
%7

Triadic Colors of #ec577d

#ec577d #7dec57 #577dec

Analogous Colors of #ec577d

#ec577d #ec7c57 #ec57c8

Monochromatic Colors of #ec577d

#ec577d

Complementary Color

#ec577d #57ecc6

#ec577d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec577d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec577d Color CSS Codes

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

#ec577d Text Font Color

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

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


#ec577d Background Color

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

This div background color is #ec577d


#ec577d Border Color

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

This div border color is #ec577d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(236,87,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ec577d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ec577d;
  -webkit-box-shadow: 1px 1px 3px 2px #ec577d;
  box-shadow:         1px 1px 3px 2px #ec577d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,87,125, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec577d


Comments

No comments written yet.

Please login to write comment.