Color Hex Logo

#cb6315 Color Hex

#CB6315
(203,99,21)
0 Favorites   0 Comments

Color spaces of #cb6315

RGB 2039921
HSL0.070.810.44
HSV26°90°80°
CMYK 0.000.510.90   0.20
XYZ29.225821.67433.3527
Yxy21.67430.53870.3995
Hunter Lab46.555730.582828.3192
CIE-Lab53.679737.134857.4508

#cb6315 color RGB value is (203,99,21).

#cb6315 hex color red value is 203, green value is 99 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #cb6315 hue: 0.07 , saturation: 0.81 and the lightness value of cb6315 is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01100011 00010101
Octal 313 143 25
Decimal 203 99 21
Hex CB 63 15

RGB Percentages of Color #cb6315

%62.85
%30.65
%6.50

CMYK Percentages of Color #cb6315

%0
%51
%90
%20

Triadic Colors of #cb6315

#cb6315 #15cb63 #6315cb

Analogous Colors of #cb6315

#cb6315 #cbbe15 #cb1522

Monochromatic Colors of #cb6315

#cb6315

Complementary Color

#cb6315 #157dcb

#cb6315 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb6315 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb6315 Color CSS Codes

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

#cb6315 Text Font Color

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

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


#cb6315 Background Color

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

This div background color is #cb6315


#cb6315 Border Color

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

This div border color is #cb6315


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb6315


Comments

No comments written yet.

Please login to write comment.