Color Hex Logo

#ec727d Color Hex

#EC727D
(236,114,125)
0 Favorites   0 Comments

Color spaces of #ec727d

RGB 236114125
HSL0.980.760.69
HSV355°52°93°
CMYK 0.000.520.47   0.07
XYZ44.311131.348223.1174
Yxy31.34820.44860.3174
Hunter Lab55.989543.286714.7125
CIE-Lab62.800548.041816.5494

#ec727d color RGB value is (236,114,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 01110010 01111101
Octal 354 162 175
Decimal 236 114 125
Hex EC 72 7D

RGB Percentages of Color #ec727d

%49.68
%24.00
%26.32

CMYK Percentages of Color #ec727d

%0
%52
%47
%7

Triadic Colors of #ec727d

#ec727d #7dec72 #727dec

Analogous Colors of #ec727d

#ec727d #eca472 #ec72ba

Monochromatic Colors of #ec727d

#ec727d

Complementary Color

#ec727d #72ece1

#ec727d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec727d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec727d Color CSS Codes

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

#ec727d Text Font Color

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

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


#ec727d Background Color

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

This div background color is #ec727d


#ec727d Border Color

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

This div border color is #ec727d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec727d


Comments

No comments written yet.

Please login to write comment.