Color Hex Logo

#cb731c Color Hex

#CB731C
(203,115,28)
0 Favorites   0 Comments

Color spaces of #cb731c

RGB 20311528
HSL0.080.760.45
HSV30°86°80°
CMYK 0.000.430.86   0.20
XYZ30.968925.04184.2999
Yxy25.04180.51350.4152
Hunter Lab50.041822.893529.9347
CIE-Lab57.116128.902957.9546

#cb731c color RGB value is (203,115,28).

#cb731c hex color red value is 203, green value is 115 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #cb731c hue: 0.08 , saturation: 0.76 and the lightness value of cb731c is 0.45.

The process color (four color CMYK) of #cb731c color hex is 0.00, 0.43, 0.86, 0.20. Web safe color of #cb731c is #cc6633. Color #cb731c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01110011 00011100
Octal 313 163 34
Decimal 203 115 28
Hex CB 73 1C

RGB Percentages of Color #cb731c

%58.67
%33.24
%8.09

CMYK Percentages of Color #cb731c

%0
%43
%86
%20

Triadic Colors of #cb731c

#cb731c #1ccb73 #731ccb

Analogous Colors of #cb731c

#cb731c #cbcb1c #cb1c1d

Monochromatic Colors of #cb731c

#cb731c

Complementary Color

#cb731c #1c74cb

#cb731c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb731c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb731c Color CSS Codes

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

#cb731c Text Font Color

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

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


#cb731c Background Color

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

This div background color is #cb731c


#cb731c Border Color

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

This div border color is #cb731c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb731c


Comments

No comments written yet.

Please login to write comment.