Color Hex Logo

#ec8aae Color Hex

#EC8AAE
(236,138,174)
0 Favorites   0 Comments

Color spaces of #ec8aae

RGB 236138174
HSL0.940.720.73
HSV338°42°93°
CMYK 0.000.420.26   0.07
XYZ51.320539.065844.8800
Yxy39.06580.37940.2888
Hunter Lab62.502637.18551.1787
CIE-Lab68.798941.6372-2.6377

#ec8aae color RGB value is (236,138,174).

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

The process color (four color CMYK) of #ec8aae color hex is 0.00, 0.42, 0.26, 0.07. Web safe color of #ec8aae is #ff9999. Color #ec8aae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10001010 10101110
Octal 354 212 256
Decimal 236 138 174
Hex EC 8A AE

RGB Percentages of Color #ec8aae

%43.07
%25.18
%31.75

CMYK Percentages of Color #ec8aae

%0
%42
%26
%7

Triadic Colors of #ec8aae

#ec8aae #aeec8a #8aaeec

Analogous Colors of #ec8aae

#ec8aae #ec978a #ec8adf

Monochromatic Colors of #ec8aae

#ec8aae

Complementary Color

#ec8aae #8aecc8

#ec8aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec8aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec8aae Color CSS Codes

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

#ec8aae Text Font Color

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

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


#ec8aae Background Color

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

This div background color is #ec8aae


#ec8aae Border Color

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

This div border color is #ec8aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec8aae


Comments

No comments written yet.

Please login to write comment.