Color Hex Logo

#ec549b Color Hex

#EC549B
(236,84,155)
0 Favorites   0 Comments

Color spaces of #ec549b

RGB 23684155
HSL0.920.800.63
HSV332°64°93°
CMYK 0.000.640.34   0.07
XYZ43.678826.540133.8310
Yxy26.54010.41980.2551
Hunter Lab51.517161.1865-2.8735
CIE-Lab58.546264.5263-6.9333

#ec549b color RGB value is (236,84,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 01010100 10011011
Octal 354 124 233
Decimal 236 84 155
Hex EC 54 9B

RGB Percentages of Color #ec549b

%49.68
%17.68
%32.63

CMYK Percentages of Color #ec549b

%0
%64
%34
%7

Triadic Colors of #ec549b

#ec549b #9bec54 #549bec

Analogous Colors of #ec549b

#ec549b #ec5954 #ec54e7

Monochromatic Colors of #ec549b

#ec549b

Complementary Color

#ec549b #54eca5

#ec549b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec549b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec549b Color CSS Codes

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

#ec549b Text Font Color

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

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


#ec549b Background Color

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

This div background color is #ec549b


#ec549b Border Color

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

This div border color is #ec549b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec549b


Comments

No comments written yet.

Please login to write comment.