Color Hex Logo

#cb5610 Color Hex

#CB5610
(203,86,16)
0 Favorites   0 Comments

Color spaces of #cb5610

RGB 2038616
HSL0.060.850.43
HSV22°92°80°
CMYK 0.000.580.92   0.20
XYZ28.049919.38952.7544
Yxy19.38950.55880.3863
Hunter Lab44.033536.648127.1147
CIE-Lab51.139843.494457.0474

#cb5610 color RGB value is (203,86,16).

#cb5610 hex color red value is 203, green value is 86 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #cb5610 hue: 0.06 , saturation: 0.85 and the lightness value of cb5610 is 0.43.

The process color (four color CMYK) of #cb5610 color hex is 0.00, 0.58, 0.92, 0.20. Web safe color of #cb5610 is #cc6600. Color #cb5610 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01010110 00010000
Octal 313 126 20
Decimal 203 86 16
Hex CB 56 10

RGB Percentages of Color #cb5610

%66.56
%28.20
%5.25

CMYK Percentages of Color #cb5610

%0
%58
%92
%20

Triadic Colors of #cb5610

#cb5610 #10cb56 #5610cb

Analogous Colors of #cb5610

#cb5610 #cbb410 #cb1027

Monochromatic Colors of #cb5610

#cb5610

Complementary Color

#cb5610 #1085cb

#cb5610 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb5610 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb5610 Color CSS Codes

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

#cb5610 Text Font Color

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

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


#cb5610 Background Color

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

This div background color is #cb5610


#cb5610 Border Color

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

This div border color is #cb5610


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb5610


Comments

No comments written yet.

Please login to write comment.