Color Hex Logo

#cb731e Color Hex

#CB731E
(203,115,30)
0 Favorites   0 Comments

Color spaces of #cb731e

RGB 20311530
HSL0.080.740.46
HSV29°85°80°
CMYK 0.000.430.85   0.20
XYZ30.993725.05174.4302
Yxy25.05170.51250.4142
Hunter Lab50.051722.942829.7883
CIE-Lab57.125828.953257.2901

#cb731e color RGB value is (203,115,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01110011 00011110
Octal 313 163 36
Decimal 203 115 30
Hex CB 73 1E

RGB Percentages of Color #cb731e

%58.33
%33.05
%8.62

CMYK Percentages of Color #cb731e

%0
%43
%85
%20

Triadic Colors of #cb731e

#cb731e #1ecb73 #731ecb

Analogous Colors of #cb731e

#cb731e #cbca1e #cb1e1f

Monochromatic Colors of #cb731e

#cb731e

Complementary Color

#cb731e #1e76cb

#cb731e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb731e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb731e Color CSS Codes

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

#cb731e Text Font Color

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

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


#cb731e Background Color

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

This div background color is #cb731e


#cb731e Border Color

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

This div border color is #cb731e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb731e


Comments

No comments written yet.

Please login to write comment.