Color Hex Logo

#ec513e Color Hex

#EC513E
(236,81,62)
0 Favorites   0 Comments

Color spaces of #ec513e

RGB 2368162
HSL0.020.820.58
HSV74°93°
CMYK 0.000.660.74   0.07
XYZ38.404024.06557.1784
Yxy24.06550.55140.3455
Hunter Lab49.056653.889825.6638
CIE-Lab56.153358.637543.6070

#ec513e color RGB value is (236,81,62).

#ec513e hex color red value is 236, green value is 81 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #ec513e hue: 0.02 , saturation: 0.82 and the lightness value of ec513e is 0.58.

The process color (four color CMYK) of #ec513e color hex is 0.00, 0.66, 0.74, 0.07. Web safe color of #ec513e is #ff6633. Color #ec513e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01010001 00111110
Octal 354 121 76
Decimal 236 81 62
Hex EC 51 3E

RGB Percentages of Color #ec513e

%62.27
%21.37
%16.36

CMYK Percentages of Color #ec513e

%0
%66
%74
%7

Triadic Colors of #ec513e

#ec513e #3eec51 #513eec

Analogous Colors of #ec513e

#ec513e #eca83e #ec3e82

Monochromatic Colors of #ec513e

#ec513e

Complementary Color

#ec513e #3ed9ec

#ec513e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec513e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec513e Color CSS Codes

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

#ec513e Text Font Color

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

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


#ec513e Background Color

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

This div background color is #ec513e


#ec513e Border Color

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

This div border color is #ec513e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec513e


Comments

No comments written yet.

Please login to write comment.