Color Hex Logo

#c86114 Color Hex

#C86114
(200,97,20)
0 Favorites   0 Comments

Color spaces of #c86114

RGB 2009720
HSL0.070.820.43
HSV26°90°78°
CMYK 0.000.520.90   0.22
XYZ28.220420.87933.2045
Yxy20.87930.53950.3992
Hunter Lab45.693930.276827.8277
CIE-Lab52.817136.937756.9012

#c86114 color RGB value is (200,97,20).

#c86114 hex color red value is 200, green value is 97 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #c86114 hue: 0.07 , saturation: 0.82 and the lightness value of c86114 is 0.43.

The process color (four color CMYK) of #c86114 color hex is 0.00, 0.52, 0.90, 0.22. Web safe color of #c86114 is #cc6600. Color #c86114 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01100001 00010100
Octal 310 141 24
Decimal 200 97 20
Hex C8 61 14

RGB Percentages of Color #c86114

%63.09
%30.60
%6.31

CMYK Percentages of Color #c86114

%0
%52
%90
%22

Triadic Colors of #c86114

#c86114 #14c861 #6114c8

Analogous Colors of #c86114

#c86114 #c8bb14 #c81421

Monochromatic Colors of #c86114

#c86114

Complementary Color

#c86114 #147bc8

#c86114 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c86114 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c86114 Color CSS Codes

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

#c86114 Text Font Color

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

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


#c86114 Background Color

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

This div background color is #c86114


#c86114 Border Color

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

This div border color is #c86114


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c86114


Comments

No comments written yet.

Please login to write comment.