Color Hex Logo

#ec599d Color Hex

#EC599D
(236,89,157)
0 Favorites   0 Comments

Color spaces of #ec599d

RGB 23689157
HSL0.920.790.64
HSV332°62°93°
CMYK 0.000.620.33   0.07
XYZ44.250327.411934.8571
Yxy27.41190.41540.2573
Hunter Lab52.356459.2401-2.8238
CIE-Lab59.353762.7214-6.8970

#ec599d color RGB value is (236,89,157).

#ec599d hex color red value is 236, green value is 89 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #ec599d hue: 0.92 , saturation: 0.79 and the lightness value of ec599d is 0.64.

The process color (four color CMYK) of #ec599d color hex is 0.00, 0.62, 0.33, 0.07. Web safe color of #ec599d is #ff6699. Color #ec599d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01011001 10011101
Octal 354 131 235
Decimal 236 89 157
Hex EC 59 9D

RGB Percentages of Color #ec599d

%48.96
%18.46
%32.57

CMYK Percentages of Color #ec599d

%0
%62
%33
%7

Triadic Colors of #ec599d

#ec599d #9dec59 #599dec

Analogous Colors of #ec599d

#ec599d #ec5f59 #ec59e7

Monochromatic Colors of #ec599d

#ec599d

Complementary Color

#ec599d #59eca8

#ec599d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec599d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec599d Color CSS Codes

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

#ec599d Text Font Color

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

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


#ec599d Background Color

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

This div background color is #ec599d


#ec599d Border Color

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

This div border color is #ec599d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec599d


Comments

No comments written yet.

Please login to write comment.