Color Hex Logo

#c8533f Color Hex

#C8533F
(200,83,63)
0 Favorites   0 Comments

Color spaces of #c8533f

RGB 2008363
HSL0.020.550.52
HSV69°78°
CMYK 0.000.590.69   0.22
XYZ27.809918.82486.8704
Yxy18.82480.51980.3518
Hunter Lab43.387638.484020.9827
CIE-Lab50.481645.379435.0007

#c8533f color RGB value is (200,83,63).

#c8533f hex color red value is 200, green value is 83 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #c8533f hue: 0.02 , saturation: 0.55 and the lightness value of c8533f is 0.52.

The process color (four color CMYK) of #c8533f color hex is 0.00, 0.59, 0.69, 0.22. Web safe color of #c8533f is #cc6633. Color #c8533f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01010011 00111111
Octal 310 123 77
Decimal 200 83 63
Hex C8 53 3F

RGB Percentages of Color #c8533f

%57.80
%23.99
%18.21

CMYK Percentages of Color #c8533f

%0
%59
%69
%22

Triadic Colors of #c8533f

#c8533f #3fc853 #533fc8

Analogous Colors of #c8533f

#c8533f #c8983f #c83f70

Monochromatic Colors of #c8533f

#c8533f

Complementary Color

#c8533f #3fb4c8

#c8533f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8533f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8533f Color CSS Codes

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

#c8533f Text Font Color

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

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


#c8533f Background Color

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

This div background color is #c8533f


#c8533f Border Color

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

This div border color is #c8533f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8533f


Comments

No comments written yet.

Please login to write comment.