Color Hex Logo

#ec727c Color Hex

#EC727C
(236,114,124)
0 Favorites   0 Comments

Color spaces of #ec727c

RGB 236114124
HSL0.990.760.69
HSV355°52°93°
CMYK 0.000.520.47   0.07
XYZ44.247531.322722.7826
Yxy31.32270.44990.3185
Hunter Lab55.966743.181215.0412
CIE-Lab62.779147.948317.0913

#ec727c color RGB value is (236,114,124).

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

The process color (four color CMYK) of #ec727c color hex is 0.00, 0.52, 0.47, 0.07. Web safe color of #ec727c is #ff6666. Color #ec727c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01110010 01111100
Octal 354 162 174
Decimal 236 114 124
Hex EC 72 7C

RGB Percentages of Color #ec727c

%49.79
%24.05
%26.16

CMYK Percentages of Color #ec727c

%0
%52
%47
%7

Triadic Colors of #ec727c

#ec727c #7cec72 #727cec

Analogous Colors of #ec727c

#ec727c #eca572 #ec72b9

Monochromatic Colors of #ec727c

#ec727c

Complementary Color

#ec727c #72ece2

#ec727c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec727c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec727c Color CSS Codes

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

#ec727c Text Font Color

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

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


#ec727c Background Color

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

This div background color is #ec727c


#ec727c Border Color

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

This div border color is #ec727c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec727c


Comments

No comments written yet.

Please login to write comment.