Color Hex Logo

#ec496d Color Hex

#EC496D
(236,73,109)
0 Favorites   0 Comments

Color spaces of #ec496d

RGB 23673109
HSL0.960.810.61
HSV347°69°93°
CMYK 0.000.690.54   0.07
XYZ39.734923.702116.9487
Yxy23.70210.49430.2949
Hunter Lab48.684860.487313.4387
CIE-Lab55.788364.432516.1870

#ec496d color RGB value is (236,73,109).

#ec496d hex color red value is 236, green value is 73 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #ec496d hue: 0.96 , saturation: 0.81 and the lightness value of ec496d is 0.61.

The process color (four color CMYK) of #ec496d color hex is 0.00, 0.69, 0.54, 0.07. Web safe color of #ec496d is #ff3366. Color #ec496d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01001001 01101101
Octal 354 111 155
Decimal 236 73 109
Hex EC 49 6D

RGB Percentages of Color #ec496d

%56.46
%17.46
%26.08

CMYK Percentages of Color #ec496d

%0
%69
%54
%7

Triadic Colors of #ec496d

#ec496d #6dec49 #496dec

Analogous Colors of #ec496d

#ec496d #ec7749 #ec49bf

Monochromatic Colors of #ec496d

#ec496d

Complementary Color

#ec496d #49ecc8

#ec496d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec496d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec496d Color CSS Codes

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

#ec496d Text Font Color

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

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


#ec496d Background Color

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

This div background color is #ec496d


#ec496d Border Color

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

This div border color is #ec496d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec496d


Comments

No comments written yet.

Please login to write comment.