Color Hex Logo

#cb7319 Color Hex

#CB7319
(203,115,25)
0 Favorites   0 Comments

Color spaces of #cb7319

RGB 20311525
HSL0.080.780.45
HSV30°88°80°
CMYK 0.000.430.88   0.20
XYZ30.934825.02824.1202
Yxy25.02820.51490.4166
Hunter Lab50.028222.825730.1368
CIE-Lab57.102928.833758.8941

#cb7319 color RGB value is (203,115,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01110011 00011001
Octal 313 163 31
Decimal 203 115 25
Hex CB 73 19

RGB Percentages of Color #cb7319

%59.18
%33.53
%7.29

CMYK Percentages of Color #cb7319

%0
%43
%88
%20

Triadic Colors of #cb7319

#cb7319 #19cb73 #7319cb

Analogous Colors of #cb7319

#cb7319 #cacb19 #cb1a19

Monochromatic Colors of #cb7319

#cb7319

Complementary Color

#cb7319 #1971cb

#cb7319 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb7319 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb7319 Color CSS Codes

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

#cb7319 Text Font Color

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

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


#cb7319 Background Color

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

This div background color is #cb7319


#cb7319 Border Color

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

This div border color is #cb7319


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb7319


Comments

No comments written yet.

Please login to write comment.