Color Hex Logo

#cb601d Color Hex

#CB601D
(203,96,29)
0 Favorites   0 Comments

Color spaces of #cb601d

RGB 2039629
HSL0.060.750.45
HSV23°86°80°
CMYK 0.000.530.86   0.20
XYZ29.033221.15103.7147
Yxy21.15100.53870.3924
Hunter Lab45.990232.202527.4042
CIE-Lab53.114438.828754.2966

#cb601d color RGB value is (203,96,29).

#cb601d hex color red value is 203, green value is 96 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #cb601d hue: 0.06 , saturation: 0.75 and the lightness value of cb601d is 0.45.

The process color (four color CMYK) of #cb601d color hex is 0.00, 0.53, 0.86, 0.20. Web safe color of #cb601d is #cc6633. Color #cb601d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01100000 00011101
Octal 313 140 35
Decimal 203 96 29
Hex CB 60 1D

RGB Percentages of Color #cb601d

%61.89
%29.27
%8.84

CMYK Percentages of Color #cb601d

%0
%53
%86
%20

Triadic Colors of #cb601d

#cb601d #1dcb60 #601dcb

Analogous Colors of #cb601d

#cb601d #cbb71d #cb1d31

Monochromatic Colors of #cb601d

#cb601d

Complementary Color

#cb601d #1d88cb

#cb601d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb601d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb601d Color CSS Codes

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

#cb601d Text Font Color

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

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


#cb601d Background Color

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

This div background color is #cb601d


#cb601d Border Color

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

This div border color is #cb601d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb601d


Comments

No comments written yet.

Please login to write comment.