Color Hex Logo

#ec499a Color Hex

#EC499A
(236,73,154)
0 Favorites   0 Comments

Color spaces of #ec499a

RGB 23673154
HSL0.920.810.61
HSV330°69°93°
CMYK 0.000.690.35   0.07
XYZ42.807324.931033.1278
Yxy24.93100.42440.2472
Hunter Lab49.931065.6542-4.3856
CIE-Lab57.008168.5724-8.6400

#ec499a color RGB value is (236,73,154).

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

The process color (four color CMYK) of #ec499a color hex is 0.00, 0.69, 0.35, 0.07. Web safe color of #ec499a is #ff3399. Color #ec499a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01001001 10011010
Octal 354 111 232
Decimal 236 73 154
Hex EC 49 9A

RGB Percentages of Color #ec499a

%50.97
%15.77
%33.26

CMYK Percentages of Color #ec499a

%0
%69
%35
%7

Triadic Colors of #ec499a

#ec499a #9aec49 #499aec

Analogous Colors of #ec499a

#ec499a #ec4a49 #ec49ec

Monochromatic Colors of #ec499a

#ec499a

Complementary Color

#ec499a #49ec9b

#ec499a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec499a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec499a Color CSS Codes

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

#ec499a Text Font Color

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

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


#ec499a Background Color

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

This div background color is #ec499a


#ec499a Border Color

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

This div border color is #ec499a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec499a


Comments

No comments written yet.

Please login to write comment.