Color Hex Logo

#ec746f Color Hex

#EC746F
(236,116,111)
0 Favorites   0 Comments

Color spaces of #ec746f

RGB 236116111
HSL0.010.770.68
HSV53°93°
CMYK 0.000.510.53   0.07
XYZ43.706731.471318.8099
Yxy31.47130.46500.3348
Hunter Lab56.099340.894819.3898
CIE-Lab62.903545.827024.6524

#ec746f color RGB value is (236,116,111).

#ec746f hex color red value is 236, green value is 116 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #ec746f hue: 0.01 , saturation: 0.77 and the lightness value of ec746f is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 01110100 01101111
Octal 354 164 157
Decimal 236 116 111
Hex EC 74 6F

RGB Percentages of Color #ec746f

%50.97
%25.05
%23.97

CMYK Percentages of Color #ec746f

%0
%51
%53
%7

Triadic Colors of #ec746f

#ec746f #6fec74 #746fec

Analogous Colors of #ec746f

#ec746f #ecb36f #ec6fa9

Monochromatic Colors of #ec746f

#ec746f

Complementary Color

#ec746f #6fe7ec

#ec746f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec746f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec746f Color CSS Codes

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

#ec746f Text Font Color

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

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


#ec746f Background Color

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

This div background color is #ec746f


#ec746f Border Color

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

This div border color is #ec746f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec746f


Comments

No comments written yet.

Please login to write comment.