Color Hex Logo

#ec726f Color Hex

#EC726F
(236,114,111)
0 Favorites   0 Comments

Color spaces of #ec726f

RGB 236114111
HSL0.000.770.68
HSV53°93°
CMYK 0.000.520.53   0.07
XYZ43.478631.015218.7339
Yxy31.01520.46640.3327
Hunter Lab55.691341.896519.0394
CIE-Lab62.520546.805424.1422

#ec726f color RGB value is (236,114,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 01110010 01101111
Octal 354 162 157
Decimal 236 114 111
Hex EC 72 6F

RGB Percentages of Color #ec726f

%51.19
%24.73
%24.08

CMYK Percentages of Color #ec726f

%0
%52
%53
%7

Triadic Colors of #ec726f

#ec726f #6fec72 #726fec

Analogous Colors of #ec726f

#ec726f #ecb16f #ec6fab

Monochromatic Colors of #ec726f

#ec726f

Complementary Color

#ec726f #6fe9ec

#ec726f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec726f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec726f Color CSS Codes

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

#ec726f Text Font Color

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

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


#ec726f Background Color

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

This div background color is #ec726f


#ec726f Border Color

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

This div border color is #ec726f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec726f


Comments

No comments written yet.

Please login to write comment.