Color Hex Logo

#ec754d Color Hex

#EC754D
(236,117,77)
0 Favorites   0 Comments

Color spaces of #ec754d

RGB 23611777
HSL0.040.810.61
HSV15°67°93°
CMYK 0.000.500.67   0.07
XYZ42.292931.091310.7933
Yxy31.09130.50240.3694
Hunter Lab55.759637.810627.5550
CIE-Lab62.584642.994442.9297

#ec754d color RGB value is (236,117,77).

#ec754d hex color red value is 236, green value is 117 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #ec754d hue: 0.04 , saturation: 0.81 and the lightness value of ec754d is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 01110101 01001101
Octal 354 165 115
Decimal 236 117 77
Hex EC 75 4D

RGB Percentages of Color #ec754d

%54.88
%27.21
%17.91

CMYK Percentages of Color #ec754d

%0
%50
%67
%7

Triadic Colors of #ec754d

#ec754d #4dec75 #754dec

Analogous Colors of #ec754d

#ec754d #ecc54d #ec4d75

Monochromatic Colors of #ec754d

#ec754d

Complementary Color

#ec754d #4dc4ec

#ec754d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec754d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec754d Color CSS Codes

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

#ec754d Text Font Color

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

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


#ec754d Background Color

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

This div background color is #ec754d


#ec754d Border Color

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

This div border color is #ec754d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec754d


Comments

No comments written yet.

Please login to write comment.