Color Hex Logo

#cb7914 Color Hex

#CB7914
(203,121,20)
0 Favorites   0 Comments

Color spaces of #cb7914

RGB 20312120
HSL0.090.820.44
HSV33°90°80°
CMYK 0.000.400.90   0.20
XYZ31.592226.42184.0966
Yxy26.42180.50860.4254
Hunter Lab51.402119.753931.2563
CIE-Lab58.435325.509961.3198

#cb7914 color RGB value is (203,121,20).

#cb7914 hex color red value is 203, green value is 121 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #cb7914 hue: 0.09 , saturation: 0.82 and the lightness value of cb7914 is 0.44.

The process color (four color CMYK) of #cb7914 color hex is 0.00, 0.40, 0.90, 0.20. Web safe color of #cb7914 is #cc6600. Color #cb7914 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01111001 00010100
Octal 313 171 24
Decimal 203 121 20
Hex CB 79 14

RGB Percentages of Color #cb7914

%59.01
%35.17
%5.81

CMYK Percentages of Color #cb7914

%0
%40
%90
%20

Triadic Colors of #cb7914

#cb7914 #14cb79 #7914cb

Analogous Colors of #cb7914

#cb7914 #c2cb14 #cb1e14

Monochromatic Colors of #cb7914

#cb7914

Complementary Color

#cb7914 #1466cb

#cb7914 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb7914 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb7914 Color CSS Codes

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

#cb7914 Text Font Color

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

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


#cb7914 Background Color

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

This div background color is #cb7914


#cb7914 Border Color

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

This div border color is #cb7914


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb7914


Comments

No comments written yet.

Please login to write comment.