Color Hex Logo

#cb651b Color Hex

#CB651B
(203,101,27)
0 Favorites   0 Comments

Color spaces of #cb651b

RGB 20310127
HSL0.070.770.45
HSV25°87°80°
CMYK 0.000.500.87   0.20
XYZ29.480122.08303.7456
Yxy22.08300.53300.3993
Hunter Lab46.992629.742428.1690
CIE-Lab54.115036.234855.8424

#cb651b color RGB value is (203,101,27).

#cb651b hex color red value is 203, green value is 101 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #cb651b hue: 0.07 , saturation: 0.77 and the lightness value of cb651b is 0.45.

The process color (four color CMYK) of #cb651b color hex is 0.00, 0.50, 0.87, 0.20. Web safe color of #cb651b is #cc6633. Color #cb651b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01100101 00011011
Octal 313 145 33
Decimal 203 101 27
Hex CB 65 1B

RGB Percentages of Color #cb651b

%61.33
%30.51
%8.16

CMYK Percentages of Color #cb651b

%0
%50
%87
%20

Triadic Colors of #cb651b

#cb651b #1bcb65 #651bcb

Analogous Colors of #cb651b

#cb651b #cbbd1b #cb1b29

Monochromatic Colors of #cb651b

#cb651b

Complementary Color

#cb651b #1b81cb

#cb651b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb651b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb651b Color CSS Codes

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

#cb651b Text Font Color

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

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


#cb651b Background Color

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

This div background color is #cb651b


#cb651b Border Color

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

This div border color is #cb651b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb651b


Comments

No comments written yet.

Please login to write comment.