Color Hex Logo

#c2871a Color Hex

#C2871A
(194,135,26)
0 Favorites   0 Comments

Color spaces of #c2871a

RGB 19413526
HSL0.110.760.43
HSV39°87°76°
CMYK 0.000.300.87   0.24
XYZ31.098628.87194.9110
Yxy28.87190.47930.4450
Hunter Lab53.73269.277832.1939
CIE-Lab60.668414.071060.9946

#c2871a color RGB value is (194,135,26).

#c2871a hex color red value is 194, green value is 135 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #c2871a hue: 0.11 , saturation: 0.76 and the lightness value of c2871a is 0.43.

The process color (four color CMYK) of #c2871a color hex is 0.00, 0.30, 0.87, 0.24. Web safe color of #c2871a is #cc9933. Color #c2871a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10000111 00011010
Octal 302 207 32
Decimal 194 135 26
Hex C2 87 1A

RGB Percentages of Color #c2871a

%54.65
%38.03
%7.32

CMYK Percentages of Color #c2871a

%0
%30
%87
%24

Triadic Colors of #c2871a

#c2871a #1ac287 #871ac2

Analogous Colors of #c2871a

#c2871a #a9c21a #c2331a

Monochromatic Colors of #c2871a

#c2871a

Complementary Color

#c2871a #1a55c2

#c2871a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2871a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2871a Color CSS Codes

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

#c2871a Text Font Color

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

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


#c2871a Background Color

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

This div background color is #c2871a


#c2871a Border Color

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

This div border color is #c2871a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2871a


Comments

No comments written yet.

Please login to write comment.