Color Hex Logo

#cb521f Color Hex

#CB521F
(203,82,31)
0 Favorites   0 Comments

Color spaces of #cb521f

RGB 2038231
HSL0.050.740.46
HSV18°85°80°
CMYK 0.000.600.85   0.20
XYZ27.893218.83003.4607
Yxy18.83000.55580.3752
Hunter Lab43.393538.800425.6470
CIE-Lab50.487745.684151.2814

#cb521f color RGB value is (203,82,31).

#cb521f hex color red value is 203, green value is 82 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #cb521f hue: 0.05 , saturation: 0.74 and the lightness value of cb521f is 0.46.

The process color (four color CMYK) of #cb521f color hex is 0.00, 0.60, 0.85, 0.20. Web safe color of #cb521f is #cc6633. Color #cb521f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01010010 00011111
Octal 313 122 37
Decimal 203 82 31
Hex CB 52 1F

RGB Percentages of Color #cb521f

%64.24
%25.95
%9.81

CMYK Percentages of Color #cb521f

%0
%60
%85
%20

Triadic Colors of #cb521f

#cb521f #1fcb52 #521fcb

Analogous Colors of #cb521f

#cb521f #cba81f #cb1f42

Monochromatic Colors of #cb521f

#cb521f

Complementary Color

#cb521f #1f98cb

#cb521f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb521f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb521f Color CSS Codes

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

#cb521f Text Font Color

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

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


#cb521f Background Color

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

This div background color is #cb521f


#cb521f Border Color

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

This div border color is #cb521f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb521f


Comments

No comments written yet.

Please login to write comment.