Color Hex Logo

#ec518d Color Hex

#EC518D
(236,81,141)
0 Favorites   0 Comments

Color spaces of #ec518d

RGB 23681141
HSL0.940.800.62
HSV337°66°93°
CMYK 0.000.660.40   0.07
XYZ42.342225.640827.9168
Yxy25.64080.44150.2674
Hunter Lab50.636760.64652.7583
CIE-Lab57.694564.22070.0025

#ec518d color RGB value is (236,81,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 01010001 10001101
Octal 354 121 215
Decimal 236 81 141
Hex EC 51 8D

RGB Percentages of Color #ec518d

%51.53
%17.69
%30.79

CMYK Percentages of Color #ec518d

%0
%66
%40
%7

Triadic Colors of #ec518d

#ec518d #8dec51 #518dec

Analogous Colors of #ec518d

#ec518d #ec6251 #ec51db

Monochromatic Colors of #ec518d

#ec518d

Complementary Color

#ec518d #51ecb0

#ec518d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec518d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec518d Color CSS Codes

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

#ec518d Text Font Color

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

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


#ec518d Background Color

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

This div background color is #ec518d


#ec518d Border Color

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

This div border color is #ec518d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec518d


Comments

No comments written yet.

Please login to write comment.