Color Hex Logo

#ec737c Color Hex

#EC737C
(236,115,124)
0 Favorites   0 Comments

Color spaces of #ec737c

RGB 236115124
HSL0.990.760.69
HSV356°51°93°
CMYK 0.000.510.47   0.07
XYZ44.360931.549622.8204
Yxy31.54960.44930.3196
Hunter Lab56.169042.679015.2299
CIE-Lab62.968947.461117.3529

#ec737c color RGB value is (236,115,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 01110011 01111100
Octal 354 163 174
Decimal 236 115 124
Hex EC 73 7C

RGB Percentages of Color #ec737c

%49.68
%24.21
%26.11

CMYK Percentages of Color #ec737c

%0
%51
%47
%7

Triadic Colors of #ec737c

#ec737c #7cec73 #737cec

Analogous Colors of #ec737c

#ec737c #eca773 #ec73b9

Monochromatic Colors of #ec737c

#ec737c

Complementary Color

#ec737c #73ece3

#ec737c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec737c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec737c Color CSS Codes

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

#ec737c Text Font Color

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

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


#ec737c Background Color

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

This div background color is #ec737c


#ec737c Border Color

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

This div border color is #ec737c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec737c


Comments

No comments written yet.

Please login to write comment.