Color Hex Logo

#c2801f Color Hex

#C2801F
(194,128,31)
0 Favorites   0 Comments

Color spaces of #c2801f

RGB 19412831
HSL0.100.720.44
HSV36°84°76°
CMYK 0.000.340.84   0.24
XYZ30.214627.00664.9166
Yxy27.00660.48630.4346
Hunter Lab51.967912.837830.7682
CIE-Lab58.980418.050758.0572

#c2801f color RGB value is (194,128,31).

#c2801f hex color red value is 194, green value is 128 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #c2801f hue: 0.10 , saturation: 0.72 and the lightness value of c2801f is 0.44.

The process color (four color CMYK) of #c2801f color hex is 0.00, 0.34, 0.84, 0.24. Web safe color of #c2801f is #cc9933. Color #c2801f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10000000 00011111
Octal 302 200 37
Decimal 194 128 31
Hex C2 80 1F

RGB Percentages of Color #c2801f

%54.96
%36.26
%8.78

CMYK Percentages of Color #c2801f

%0
%34
%84
%24

Triadic Colors of #c2801f

#c2801f #1fc280 #801fc2

Analogous Colors of #c2801f

#c2801f #b3c21f #c22f1f

Monochromatic Colors of #c2801f

#c2801f

Complementary Color

#c2801f #1f61c2

#c2801f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2801f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2801f Color CSS Codes

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

#c2801f Text Font Color

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

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


#c2801f Background Color

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

This div background color is #c2801f


#c2801f Border Color

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

This div border color is #c2801f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2801f


Comments

No comments written yet.

Please login to write comment.