Color Hex Logo

#ec73ae Color Hex

#EC73AE
(236,115,174)
0 Favorites   0 Comments

Color spaces of #ec73ae

RGB 236115174
HSL0.920.760.69
HSV331°51°93°
CMYK 0.000.510.26   0.07
XYZ48.362833.150343.8941
Yxy33.15030.38560.2643
Hunter Lab57.576349.1775-4.8972
CIE-Lab64.282453.1279-9.3268

#ec73ae color RGB value is (236,115,174).

#ec73ae hex color red value is 236, green value is 115 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #ec73ae hue: 0.92 , saturation: 0.76 and the lightness value of ec73ae is 0.69.

The process color (four color CMYK) of #ec73ae color hex is 0.00, 0.51, 0.26, 0.07. Web safe color of #ec73ae is #ff6699. Color #ec73ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01110011 10101110
Octal 354 163 256
Decimal 236 115 174
Hex EC 73 AE

RGB Percentages of Color #ec73ae

%44.95
%21.90
%33.14

CMYK Percentages of Color #ec73ae

%0
%51
%26
%7

Triadic Colors of #ec73ae

#ec73ae #aeec73 #73aeec

Analogous Colors of #ec73ae

#ec73ae #ec7573 #ec73eb

Monochromatic Colors of #ec73ae

#ec73ae

Complementary Color

#ec73ae #73ecb1

#ec73ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec73ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec73ae Color CSS Codes

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

#ec73ae Text Font Color

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

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


#ec73ae Background Color

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

This div background color is #ec73ae


#ec73ae Border Color

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

This div border color is #ec73ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec73ae


Comments

No comments written yet.

Please login to write comment.