Color Hex Logo

#ec7841 Color Hex

#EC7841
(236,120,65)
0 Favorites   0 Comments

Color spaces of #ec7841

RGB 23612065
HSL0.050.820.59
HSV19°72°93°
CMYK 0.000.490.72   0.07
XYZ42.262731.64758.8821
Yxy31.64750.51050.3823
Hunter Lab56.256135.650930.0182
CIE-Lab63.050540.895649.5548

#ec7841 color RGB value is (236,120,65).

#ec7841 hex color red value is 236, green value is 120 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #ec7841 hue: 0.05 , saturation: 0.82 and the lightness value of ec7841 is 0.59.

The process color (four color CMYK) of #ec7841 color hex is 0.00, 0.49, 0.72, 0.07. Web safe color of #ec7841 is #ff6633. Color #ec7841 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01111000 01000001
Octal 354 170 101
Decimal 236 120 65
Hex EC 78 41

RGB Percentages of Color #ec7841

%56.06
%28.50
%15.44

CMYK Percentages of Color #ec7841

%0
%49
%72
%7

Triadic Colors of #ec7841

#ec7841 #41ec78 #7841ec

Analogous Colors of #ec7841

#ec7841 #ecce41 #ec4160

Monochromatic Colors of #ec7841

#ec7841

Complementary Color

#ec7841 #41b5ec

#ec7841 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec7841 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec7841 Color CSS Codes

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

#ec7841 Text Font Color

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

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


#ec7841 Background Color

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

This div background color is #ec7841


#ec7841 Border Color

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

This div border color is #ec7841


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec7841


Comments

No comments written yet.

Please login to write comment.