Color Hex Logo

#ec5dac Color Hex

#EC5DAC
(236,93,172)
0 Favorites   0 Comments

Color spaces of #ec5dac

RGB 23693172
HSL0.910.790.65
HSV327°61°93°
CMYK 0.000.610.27   0.07
XYZ45.952828.640142.1358
Yxy28.64010.39370.2454
Hunter Lab53.516459.6183-9.2201
CIE-Lab60.462762.8486-13.9128

#ec5dac color RGB value is (236,93,172).

#ec5dac hex color red value is 236, green value is 93 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #ec5dac hue: 0.91 , saturation: 0.79 and the lightness value of ec5dac is 0.65.

The process color (four color CMYK) of #ec5dac color hex is 0.00, 0.61, 0.27, 0.07. Web safe color of #ec5dac is #ff6699. Color #ec5dac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01011101 10101100
Octal 354 135 254
Decimal 236 93 172
Hex EC 5D AC

RGB Percentages of Color #ec5dac

%47.11
%18.56
%34.33

CMYK Percentages of Color #ec5dac

%0
%61
%27
%7

Triadic Colors of #ec5dac

#ec5dac #acec5d #5dacec

Analogous Colors of #ec5dac

#ec5dac #ec5d65 #e55dec

Monochromatic Colors of #ec5dac

#ec5dac

Complementary Color

#ec5dac #5dec9d

#ec5dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec5dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec5dac Color CSS Codes

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

#ec5dac Text Font Color

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

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


#ec5dac Background Color

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

This div background color is #ec5dac


#ec5dac Border Color

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

This div border color is #ec5dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec5dac


Comments

No comments written yet.

Please login to write comment.