Color Hex Logo

#c0820e Color Hex

#C0820E
(192,130,14)
0 Favorites   0 Comments

Color spaces of #c0820e

RGB 19213014
HSL0.110.860.40
HSV39°93°75°
CMYK 0.000.320.93   0.25
XYZ29.800127.20344.0956
Yxy27.20340.48770.4452
Hunter Lab52.156910.712431.8541
CIE-Lab59.162115.699962.5784

#c0820e color RGB value is (192,130,14).

#c0820e hex color red value is 192, green value is 130 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #c0820e hue: 0.11 , saturation: 0.86 and the lightness value of c0820e is 0.40.

The process color (four color CMYK) of #c0820e color hex is 0.00, 0.32, 0.93, 0.25. Web safe color of #c0820e is #cc9900. Color #c0820e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10000010 00001110
Octal 300 202 16
Decimal 192 130 14
Hex C0 82 E

RGB Percentages of Color #c0820e

%57.14
%38.69
%4.17

CMYK Percentages of Color #c0820e

%0
%32
%93
%25

Triadic Colors of #c0820e

#c0820e #0ec082 #820ec0

Analogous Colors of #c0820e

#c0820e #a5c00e #c0290e

Monochromatic Colors of #c0820e

#c0820e

Complementary Color

#c0820e #0e4cc0

#c0820e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0820e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0820e Color CSS Codes

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

#c0820e Text Font Color

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

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


#c0820e Background Color

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

This div background color is #c0820e


#c0820e Border Color

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

This div border color is #c0820e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0820e


Comments

No comments written yet.

Please login to write comment.