Color Hex Logo

#cb740e Color Hex

#CB740E
(203,116,14)
0 Favorites   0 Comments

Color spaces of #cb740e

RGB 20311614
HSL0.090.870.43
HSV32°93°80°
CMYK 0.000.430.93   0.20
XYZ30.953325.21903.6518
Yxy25.21900.51740.4216
Hunter Lab50.218522.140030.8415
CIE-Lab57.288228.103561.8610

#cb740e color RGB value is (203,116,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01110100 00001110
Octal 313 164 16
Decimal 203 116 14
Hex CB 74 E

RGB Percentages of Color #cb740e

%60.96
%34.83
%4.20

CMYK Percentages of Color #cb740e

%0
%43
%93
%20

Triadic Colors of #cb740e

#cb740e #0ecb74 #740ecb

Analogous Colors of #cb740e

#cb740e #c4cb0e #cb160e

Monochromatic Colors of #cb740e

#cb740e

Complementary Color

#cb740e #0e65cb

#cb740e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb740e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb740e Color CSS Codes

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

#cb740e Text Font Color

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

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


#cb740e Background Color

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

This div background color is #cb740e


#cb740e Border Color

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

This div border color is #cb740e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,116,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 #cb740e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb740e


Comments

No comments written yet.

Please login to write comment.