Color Hex Logo

#ec7745 Color Hex

#EC7745
(236,119,69)
0 Favorites   0 Comments

Color spaces of #ec7745

RGB 23611969
HSL0.050.810.60
HSV18°71°93°
CMYK 0.000.500.71   0.07
XYZ42.263131.45629.4744
Yxy31.45620.50800.3781
Hunter Lab56.085836.357329.2444
CIE-Lab62.890941.584747.3929

#ec7745 color RGB value is (236,119,69).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 01110111 01000101
Octal 354 167 105
Decimal 236 119 69
Hex EC 77 45

RGB Percentages of Color #ec7745

%55.66
%28.07
%16.27

CMYK Percentages of Color #ec7745

%0
%50
%71
%7

Triadic Colors of #ec7745

#ec7745 #45ec77 #7745ec

Analogous Colors of #ec7745

#ec7745 #eccb45 #ec4567

Monochromatic Colors of #ec7745

#ec7745

Complementary Color

#ec7745 #45baec

#ec7745 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec7745 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec7745 Color CSS Codes

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

#ec7745 Text Font Color

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

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


#ec7745 Background Color

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

This div background color is #ec7745


#ec7745 Border Color

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

This div border color is #ec7745


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,119,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 #ec7745">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec7745


Comments

No comments written yet.

Please login to write comment.