Color Hex Logo

#cb760e Color Hex

#CB760E
(203,118,14)
0 Favorites   0 Comments

Color spaces of #cb760e

RGB 20311814
HSL0.090.870.43
HSV33°93°80°
CMYK 0.000.420.93   0.20
XYZ31.186325.68513.7295
Yxy25.68510.51460.4238
Hunter Lab50.680521.149431.1133
CIE-Lab57.736927.030262.1805

#cb760e color RGB value is (203,118,14).

#cb760e hex color red value is 203, green value is 118 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #cb760e hue: 0.09 , saturation: 0.87 and the lightness value of cb760e is 0.43.

The process color (four color CMYK) of #cb760e color hex is 0.00, 0.42, 0.93, 0.20. Web safe color of #cb760e is #cc6600. Color #cb760e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01110110 00001110
Octal 313 166 16
Decimal 203 118 14
Hex CB 76 E

RGB Percentages of Color #cb760e

%60.60
%35.22
%4.18

CMYK Percentages of Color #cb760e

%0
%42
%93
%20

Triadic Colors of #cb760e

#cb760e #0ecb76 #760ecb

Analogous Colors of #cb760e

#cb760e #c2cb0e #cb180e

Monochromatic Colors of #cb760e

#cb760e

Complementary Color

#cb760e #0e63cb

#cb760e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb760e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb760e Color CSS Codes

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

#cb760e Text Font Color

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

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


#cb760e Background Color

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

This div background color is #cb760e


#cb760e Border Color

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

This div border color is #cb760e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb760e


Comments

No comments written yet.

Please login to write comment.