Color Hex Logo

#ec5945 Color Hex

#EC5945
(236,89,69)
0 Favorites   0 Comments

Color spaces of #ec5945

RGB 2368969
HSL0.020.810.60
HSV71°93°
CMYK 0.000.620.71   0.07
XYZ39.238625.40738.4662
Yxy25.40730.53670.3475
Hunter Lab50.405750.744625.3255
CIE-Lab57.470155.620141.3090

#ec5945 color RGB value is (236,89,69).

#ec5945 hex color red value is 236, green value is 89 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #ec5945 hue: 0.02 , saturation: 0.81 and the lightness value of ec5945 is 0.60.

The process color (four color CMYK) of #ec5945 color hex is 0.00, 0.62, 0.71, 0.07. Web safe color of #ec5945 is #ff6633. Color #ec5945 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01011001 01000101
Octal 354 131 105
Decimal 236 89 69
Hex EC 59 45

RGB Percentages of Color #ec5945

%59.90
%22.59
%17.51

CMYK Percentages of Color #ec5945

%0
%62
%71
%7

Triadic Colors of #ec5945

#ec5945 #45ec59 #5945ec

Analogous Colors of #ec5945

#ec5945 #ecad45 #ec4585

Monochromatic Colors of #ec5945

#ec5945

Complementary Color

#ec5945 #45d8ec

#ec5945 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec5945 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec5945 Color CSS Codes

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

#ec5945 Text Font Color

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

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


#ec5945 Background Color

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

This div background color is #ec5945


#ec5945 Border Color

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

This div border color is #ec5945


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec5945


Comments

No comments written yet.

Please login to write comment.