Color Hex Logo

#c2840b Color Hex

#C2840B
(194,132,11)
0 Favorites   0 Comments

Color spaces of #c2840b

RGB 19413211
HSL0.110.890.40
HSV40°94°76°
CMYK 0.000.320.94   0.24
XYZ30.559827.99604.1097
Yxy27.99600.48770.4468
Hunter Lab52.911210.501132.4327
CIE-Lab59.885115.445963.7481

#c2840b color RGB value is (194,132,11).

#c2840b hex color red value is 194, green value is 132 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #c2840b hue: 0.11 , saturation: 0.89 and the lightness value of c2840b is 0.40.

The process color (four color CMYK) of #c2840b color hex is 0.00, 0.32, 0.94, 0.24. Web safe color of #c2840b is #cc9900. Color #c2840b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10000100 00001011
Octal 302 204 13
Decimal 194 132 11
Hex C2 84 B

RGB Percentages of Color #c2840b

%57.57
%39.17
%3.26

CMYK Percentages of Color #c2840b

%0
%32
%94
%24

Triadic Colors of #c2840b

#c2840b #0bc284 #840bc2

Analogous Colors of #c2840b

#c2840b #a5c20b #c2290b

Monochromatic Colors of #c2840b

#c2840b

Complementary Color

#c2840b #0b49c2

#c2840b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2840b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2840b Color CSS Codes

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

#c2840b Text Font Color

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

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


#c2840b Background Color

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

This div background color is #c2840b


#c2840b Border Color

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

This div border color is #c2840b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(194,132,11, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c2840b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c2840b;
  -webkit-box-shadow: 1px 1px 3px 2px #c2840b;
  box-shadow:         1px 1px 3px 2px #c2840b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,132,11, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2840b


Comments

No comments written yet.

Please login to write comment.