Color Hex Logo

#ec787f Color Hex

#EC787F
(236,120,127)
0 Favorites   0 Comments

Color spaces of #ec787f

RGB 236120127
HSL0.990.750.70
HSV356°49°93°
CMYK 0.000.490.46   0.07
XYZ45.139332.798124.0302
Yxy32.79810.44270.3217
Hunter Lab57.269640.469915.2108
CIE-Lab63.997145.284517.0624

#ec787f color RGB value is (236,120,127).

#ec787f hex color red value is 236, green value is 120 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #ec787f hue: 0.99 , saturation: 0.75 and the lightness value of ec787f is 0.70.

The process color (four color CMYK) of #ec787f color hex is 0.00, 0.49, 0.46, 0.07. Web safe color of #ec787f is #ff6666. Color #ec787f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01111000 01111111
Octal 354 170 177
Decimal 236 120 127
Hex EC 78 7F

RGB Percentages of Color #ec787f

%48.86
%24.84
%26.29

CMYK Percentages of Color #ec787f

%0
%49
%46
%7

Triadic Colors of #ec787f

#ec787f #7fec78 #787fec

Analogous Colors of #ec787f

#ec787f #ecab78 #ec78b9

Monochromatic Colors of #ec787f

#ec787f

Complementary Color

#ec787f #78ece5

#ec787f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec787f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec787f Color CSS Codes

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

#ec787f Text Font Color

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

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


#ec787f Background Color

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

This div background color is #ec787f


#ec787f Border Color

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

This div border color is #ec787f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec787f


Comments

No comments written yet.

Please login to write comment.