Color Hex Logo

#cb813f Color Hex

#CB813F
(203,129,63)
0 Favorites   0 Comments

Color spaces of #cb813f

RGB 20312963
HSL0.080.570.52
HSV28°69°80°
CMYK 0.000.360.69   0.20
XYZ33.376128.75598.4940
Yxy28.75590.47260.4072
Hunter Lab53.624517.256128.1458
CIE-Lab60.565622.727646.5527

#cb813f color RGB value is (203,129,63).

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

The process color (four color CMYK) of #cb813f color hex is 0.00, 0.36, 0.69, 0.20. Web safe color of #cb813f is #cc9933. Color #cb813f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10000001 00111111
Octal 313 201 77
Decimal 203 129 63
Hex CB 81 3F

RGB Percentages of Color #cb813f

%51.39
%32.66
%15.95

CMYK Percentages of Color #cb813f

%0
%36
%69
%20

Triadic Colors of #cb813f

#cb813f #3fcb81 #813fcb

Analogous Colors of #cb813f

#cb813f #cbc73f #cb3f43

Monochromatic Colors of #cb813f

#cb813f

Complementary Color

#cb813f #3f89cb

#cb813f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb813f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb813f Color CSS Codes

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

#cb813f Text Font Color

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

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


#cb813f Background Color

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

This div background color is #cb813f


#cb813f Border Color

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

This div border color is #cb813f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb813f


Comments

No comments written yet.

Please login to write comment.