Color Hex Logo

#cb740b Color Hex

#CB740B
(203,116,11)
0 Favorites   0 Comments

Color spaces of #cb740b

RGB 20311611
HSL0.090.900.42
HSV33°95°80°
CMYK 0.000.430.95   0.20
XYZ30.934425.21153.5525
Yxy25.21150.51820.4223
Hunter Lab50.211122.102330.9529
CIE-Lab57.280928.064862.4385

#cb740b color RGB value is (203,116,11).

#cb740b hex color red value is 203, green value is 116 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #cb740b hue: 0.09 , saturation: 0.90 and the lightness value of cb740b is 0.42.

The process color (four color CMYK) of #cb740b color hex is 0.00, 0.43, 0.95, 0.20. Web safe color of #cb740b is #cc6600. Color #cb740b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01110100 00001011
Octal 313 164 13
Decimal 203 116 11
Hex CB 74 B

RGB Percentages of Color #cb740b

%61.52
%35.15
%3.33

CMYK Percentages of Color #cb740b

%0
%43
%95
%20

Triadic Colors of #cb740b

#cb740b #0bcb74 #740bcb

Analogous Colors of #cb740b

#cb740b #c2cb0b #cb140b

Monochromatic Colors of #cb740b

#cb740b

Complementary Color

#cb740b #0b62cb

#cb740b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb740b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb740b Color CSS Codes

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

#cb740b Text Font Color

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

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


#cb740b Background Color

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

This div background color is #cb740b


#cb740b Border Color

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

This div border color is #cb740b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb740b


Comments

No comments written yet.

Please login to write comment.