Color Hex Logo

#c8540e Color Hex

#C8540E
(200,84,14)
0 Favorites   0 Comments

Color spaces of #c8540e

RGB 2008414
HSL0.060.870.42
HSV23°93°78°
CMYK 0.000.580.93   0.22
XYZ27.069018.65172.5889
Yxy18.65170.56030.3861
Hunter Lab43.187636.301426.6772
CIE-Lab50.277243.286156.7604

#c8540e color RGB value is (200,84,14).

#c8540e hex color red value is 200, green value is 84 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #c8540e hue: 0.06 , saturation: 0.87 and the lightness value of c8540e is 0.42.

The process color (four color CMYK) of #c8540e color hex is 0.00, 0.58, 0.93, 0.22. Web safe color of #c8540e is #cc6600. Color #c8540e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01010100 00001110
Octal 310 124 16
Decimal 200 84 14
Hex C8 54 E

RGB Percentages of Color #c8540e

%67.11
%28.19
%4.70

CMYK Percentages of Color #c8540e

%0
%58
%93
%22

Triadic Colors of #c8540e

#c8540e #0ec854 #540ec8

Analogous Colors of #c8540e

#c8540e #c8b10e #c80e25

Monochromatic Colors of #c8540e

#c8540e

Complementary Color

#c8540e #0e82c8

#c8540e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8540e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8540e Color CSS Codes

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

#c8540e Text Font Color

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

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


#c8540e Background Color

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

This div background color is #c8540e


#c8540e Border Color

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

This div border color is #c8540e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8540e


Comments

No comments written yet.

Please login to write comment.