Color Hex Logo

#c2813f Color Hex

#C2813F
(194,129,63)
0 Favorites   0 Comments

Color spaces of #c2813f

RGB 19412963
HSL0.080.520.50
HSV30°68°76°
CMYK 0.000.340.68   0.24
XYZ30.995627.52878.3826
Yxy27.52870.46330.4114
Hunter Lab52.467813.631127.2549
CIE-Lab59.460518.896545.0227

#c2813f color RGB value is (194,129,63).

#c2813f hex color red value is 194, green value is 129 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #c2813f hue: 0.08 , saturation: 0.52 and the lightness value of c2813f is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10000001 00111111
Octal 302 201 77
Decimal 194 129 63
Hex C2 81 3F

RGB Percentages of Color #c2813f

%50.26
%33.42
%16.32

CMYK Percentages of Color #c2813f

%0
%34
%68
%24

Triadic Colors of #c2813f

#c2813f #3fc281 #813fc2

Analogous Colors of #c2813f

#c2813f #c2c23f #c23f3f

Monochromatic Colors of #c2813f

#c2813f

Complementary Color

#c2813f #3f80c2

#c2813f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2813f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2813f Color CSS Codes

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

#c2813f Text Font Color

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

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


#c2813f Background Color

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

This div background color is #c2813f


#c2813f Border Color

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

This div border color is #c2813f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2813f


Comments

No comments written yet.

Please login to write comment.