Color Hex Logo

#ec541c Color Hex

#EC541C
(236,84,28)
0 Favorites   0 Comments

Color spaces of #ec541c

RGB 2368428
HSL0.040.850.52
HSV16°88°93°
CMYK 0.000.640.88   0.07
XYZ37.972024.25743.7794
Yxy24.25740.57530.3675
Hunter Lab49.251851.428729.9266
CIE-Lab56.344656.421859.4915

#ec541c color RGB value is (236,84,28).

#ec541c hex color red value is 236, green value is 84 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #ec541c hue: 0.04 , saturation: 0.85 and the lightness value of ec541c is 0.52.

The process color (four color CMYK) of #ec541c color hex is 0.00, 0.64, 0.88, 0.07. Web safe color of #ec541c is #ff6633. Color #ec541c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01010100 00011100
Octal 354 124 34
Decimal 236 84 28
Hex EC 54 1C

RGB Percentages of Color #ec541c

%67.82
%24.14
%8.05

CMYK Percentages of Color #ec541c

%0
%64
%88
%7

Triadic Colors of #ec541c

#ec541c #1cec54 #541cec

Analogous Colors of #ec541c

#ec541c #ecbc1c #ec1c4c

Monochromatic Colors of #ec541c

#ec541c

Complementary Color

#ec541c #1cb4ec

#ec541c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec541c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec541c Color CSS Codes

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

#ec541c Text Font Color

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

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


#ec541c Background Color

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

This div background color is #ec541c


#ec541c Border Color

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

This div border color is #ec541c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec541c


Comments

No comments written yet.

Please login to write comment.