Color Hex Logo

#cb5424 Color Hex

#CB5424
(203,84,36)
0 Favorites   0 Comments

Color spaces of #cb5424

RGB 2038436
HSL0.050.700.47
HSV17°82°80°
CMYK 0.000.590.82   0.20
XYZ28.117419.16453.8862
Yxy19.16450.54950.3745
Hunter Lab43.777338.037325.3808
CIE-Lab50.879144.885049.4594

#cb5424 color RGB value is (203,84,36).

#cb5424 hex color red value is 203, green value is 84 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #cb5424 hue: 0.05 , saturation: 0.70 and the lightness value of cb5424 is 0.47.

The process color (four color CMYK) of #cb5424 color hex is 0.00, 0.59, 0.82, 0.20. Web safe color of #cb5424 is #cc6633. Color #cb5424 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01010100 00100100
Octal 313 124 44
Decimal 203 84 36
Hex CB 54 24

RGB Percentages of Color #cb5424

%62.85
%26.01
%11.15

CMYK Percentages of Color #cb5424

%0
%59
%82
%20

Triadic Colors of #cb5424

#cb5424 #24cb54 #5424cb

Analogous Colors of #cb5424

#cb5424 #cba824 #cb2447

Monochromatic Colors of #cb5424

#cb5424

Complementary Color

#cb5424 #249bcb

#cb5424 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb5424 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb5424 Color CSS Codes

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

#cb5424 Text Font Color

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

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


#cb5424 Background Color

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

This div background color is #cb5424


#cb5424 Border Color

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

This div border color is #cb5424


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb5424


Comments

No comments written yet.

Please login to write comment.