Color Hex Logo

#ec549a Color Hex

#EC549A
(236,84,154)
0 Favorites   0 Comments

Color spaces of #ec549a

RGB 23684154
HSL0.920.800.63
HSV332°64°93°
CMYK 0.000.640.35   0.07
XYZ43.595126.506633.3904
Yxy26.50660.42120.2561
Hunter Lab51.484661.0488-2.4134
CIE-Lab58.514864.4149-6.3967

#ec549a color RGB value is (236,84,154).

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

The process color (four color CMYK) of #ec549a color hex is 0.00, 0.64, 0.35, 0.07. Web safe color of #ec549a is #ff6699. Color #ec549a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01010100 10011010
Octal 354 124 232
Decimal 236 84 154
Hex EC 54 9A

RGB Percentages of Color #ec549a

%49.79
%17.72
%32.49

CMYK Percentages of Color #ec549a

%0
%64
%35
%7

Triadic Colors of #ec549a

#ec549a #9aec54 #549aec

Analogous Colors of #ec549a

#ec549a #ec5a54 #ec54e6

Monochromatic Colors of #ec549a

#ec549a

Complementary Color

#ec549a #54eca6

#ec549a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec549a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec549a Color CSS Codes

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

#ec549a Text Font Color

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

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


#ec549a Background Color

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

This div background color is #ec549a


#ec549a Border Color

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

This div border color is #ec549a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,84,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 #ec549a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec549a


Comments

No comments written yet.

Please login to write comment.