Color Hex Logo

#ec755e Color Hex

#EC755E
(236,117,94)
0 Favorites   0 Comments

Color spaces of #ec755e

RGB 23611794
HSL0.030.790.65
HSV10°60°93°
CMYK 0.000.500.60   0.07
XYZ42.973731.363614.3785
Yxy31.36360.48440.3535
Hunter Lab56.003238.965223.9799
CIE-Lab62.813444.045734.0382

#ec755e color RGB value is (236,117,94).

#ec755e hex color red value is 236, green value is 117 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #ec755e hue: 0.03 , saturation: 0.79 and the lightness value of ec755e is 0.65.

The process color (four color CMYK) of #ec755e color hex is 0.00, 0.50, 0.60, 0.07. Web safe color of #ec755e is #ff6666. Color #ec755e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01110101 01011110
Octal 354 165 136
Decimal 236 117 94
Hex EC 75 5E

RGB Percentages of Color #ec755e

%52.80
%26.17
%21.03

CMYK Percentages of Color #ec755e

%0
%50
%60
%7

Triadic Colors of #ec755e

#ec755e #5eec75 #755eec

Analogous Colors of #ec755e

#ec755e #ecbc5e #ec5e8e

Monochromatic Colors of #ec755e

#ec755e

Complementary Color

#ec755e #5ed5ec

#ec755e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec755e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec755e Color CSS Codes

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

#ec755e Text Font Color

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

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


#ec755e Background Color

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

This div background color is #ec755e


#ec755e Border Color

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

This div border color is #ec755e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec755e


Comments

No comments written yet.

Please login to write comment.