Color Hex Logo

#ec84ac Color Hex

#EC84AC
(236,132,172)
0 Favorites   0 Comments

Color spaces of #ec84ac

RGB 236132172
HSL0.940.730.72
HSV337°44°93°
CMYK 0.000.440.27   0.07
XYZ50.289737.314043.5815
Yxy37.31400.38330.2844
Hunter Lab61.085240.05490.4589
CIE-Lab67.511944.4401-3.4071

#ec84ac color RGB value is (236,132,172).

#ec84ac hex color red value is 236, green value is 132 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #ec84ac hue: 0.94 , saturation: 0.73 and the lightness value of ec84ac is 0.72.

The process color (four color CMYK) of #ec84ac color hex is 0.00, 0.44, 0.27, 0.07. Web safe color of #ec84ac is #ff9999. Color #ec84ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10000100 10101100
Octal 354 204 254
Decimal 236 132 172
Hex EC 84 AC

RGB Percentages of Color #ec84ac

%43.70
%24.44
%31.85

CMYK Percentages of Color #ec84ac

%0
%44
%27
%7

Triadic Colors of #ec84ac

#ec84ac #acec84 #84acec

Analogous Colors of #ec84ac

#ec84ac #ec9084 #ec84e0

Monochromatic Colors of #ec84ac

#ec84ac

Complementary Color

#ec84ac #84ecc4

#ec84ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec84ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec84ac Color CSS Codes

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

#ec84ac Text Font Color

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

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


#ec84ac Background Color

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

This div background color is #ec84ac


#ec84ac Border Color

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

This div border color is #ec84ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec84ac


Comments

No comments written yet.

Please login to write comment.