Color Hex Logo

#ec519e Color Hex

#EC519E
(236,81,158)
0 Favorites   0 Comments

Color spaces of #ec519e

RGB 23681158
HSL0.920.800.62
HSV330°66°93°
CMYK 0.000.660.33   0.07
XYZ43.706126.186335.0987
Yxy26.18630.41630.2494
Hunter Lab51.172662.9036-4.8456
CIE-Lab58.213566.0408-9.1782

#ec519e color RGB value is (236,81,158).

#ec519e hex color red value is 236, green value is 81 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #ec519e hue: 0.92 , saturation: 0.80 and the lightness value of ec519e is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 01010001 10011110
Octal 354 121 236
Decimal 236 81 158
Hex EC 51 9E

RGB Percentages of Color #ec519e

%49.68
%17.05
%33.26

CMYK Percentages of Color #ec519e

%0
%66
%33
%7

Triadic Colors of #ec519e

#ec519e #9eec51 #519eec

Analogous Colors of #ec519e

#ec519e #ec5251 #ec51ec

Monochromatic Colors of #ec519e

#ec519e

Complementary Color

#ec519e #51ec9f

#ec519e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec519e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec519e Color CSS Codes

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

#ec519e Text Font Color

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

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


#ec519e Background Color

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

This div background color is #ec519e


#ec519e Border Color

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

This div border color is #ec519e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec519e


Comments

No comments written yet.

Please login to write comment.