Color Hex Logo

#cb802c Color Hex

#CB802C
(203,128,44)
0 Favorites   0 Comments

Color spaces of #cb802c

RGB 20312844
HSL0.090.640.48
HSV32°78°80°
CMYK 0.000.370.78   0.20
XYZ32.802428.31676.1197
Yxy28.31670.48780.4211
Hunter Lab53.213416.909430.4309
CIE-Lab60.173822.383554.7239

#cb802c color RGB value is (203,128,44).

#cb802c hex color red value is 203, green value is 128 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #cb802c hue: 0.09 , saturation: 0.64 and the lightness value of cb802c is 0.48.

The process color (four color CMYK) of #cb802c color hex is 0.00, 0.37, 0.78, 0.20. Web safe color of #cb802c is #cc9933. Color #cb802c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10000000 00101100
Octal 313 200 54
Decimal 203 128 44
Hex CB 80 2C

RGB Percentages of Color #cb802c

%54.13
%34.13
%11.73

CMYK Percentages of Color #cb802c

%0
%37
%78
%20

Triadic Colors of #cb802c

#cb802c #2ccb80 #802ccb

Analogous Colors of #cb802c

#cb802c #c7cb2c #cb312c

Monochromatic Colors of #cb802c

#cb802c

Complementary Color

#cb802c #2c77cb

#cb802c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb802c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb802c Color CSS Codes

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

#cb802c Text Font Color

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

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


#cb802c Background Color

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

This div background color is #cb802c


#cb802c Border Color

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

This div border color is #cb802c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb802c


Comments

No comments written yet.

Please login to write comment.