Color Hex Logo

#cb871a Color Hex

#CB871A
(203,135,26)
0 Favorites   0 Comments

Color spaces of #cb871a

RGB 20313526
HSL0.100.770.45
HSV37°87°80°
CMYK 0.000.330.87   0.20
XYZ33.479030.09905.0224
Yxy30.09900.48800.4388
Hunter Lab54.862612.917332.9761
CIE-Lab61.739518.029562.3071

#cb871a color RGB value is (203,135,26).

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

The process color (four color CMYK) of #cb871a color hex is 0.00, 0.33, 0.87, 0.20. Web safe color of #cb871a is #cc9933. Color #cb871a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10000111 00011010
Octal 313 207 32
Decimal 203 135 26
Hex CB 87 1A

RGB Percentages of Color #cb871a

%55.77
%37.09
%7.14

CMYK Percentages of Color #cb871a

%0
%33
%87
%20

Triadic Colors of #cb871a

#cb871a #1acb87 #871acb

Analogous Colors of #cb871a

#cb871a #b7cb1a #cb2f1a

Monochromatic Colors of #cb871a

#cb871a

Complementary Color

#cb871a #1a5ecb

#cb871a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb871a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb871a Color CSS Codes

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

#cb871a Text Font Color

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

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


#cb871a Background Color

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

This div background color is #cb871a


#cb871a Border Color

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

This div border color is #cb871a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb871a


Comments

No comments written yet.

Please login to write comment.