Color Hex Logo

#cb5829 Color Hex

#CB5829
(203,88,41)
0 Favorites   0 Comments

Color spaces of #cb5829

RGB 2038841
HSL0.050.660.48
HSV17°80°80°
CMYK 0.000.570.80   0.20
XYZ28.518619.83614.4235
Yxy19.83610.54030.3758
Hunter Lab44.537736.356925.2877
CIE-Lab51.651443.133247.8862

#cb5829 color RGB value is (203,88,41).

#cb5829 hex color red value is 203, green value is 88 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #cb5829 hue: 0.05 , saturation: 0.66 and the lightness value of cb5829 is 0.48.

The process color (four color CMYK) of #cb5829 color hex is 0.00, 0.57, 0.80, 0.20. Web safe color of #cb5829 is #cc6633. Color #cb5829 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01011000 00101001
Octal 313 130 51
Decimal 203 88 41
Hex CB 58 29

RGB Percentages of Color #cb5829

%61.14
%26.51
%12.35

CMYK Percentages of Color #cb5829

%0
%57
%80
%20

Triadic Colors of #cb5829

#cb5829 #29cb58 #5829cb

Analogous Colors of #cb5829

#cb5829 #cba929 #cb294b

Monochromatic Colors of #cb5829

#cb5829

Complementary Color

#cb5829 #299ccb

#cb5829 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb5829 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb5829 Color CSS Codes

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

#cb5829 Text Font Color

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

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


#cb5829 Background Color

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

This div background color is #cb5829


#cb5829 Border Color

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

This div border color is #cb5829


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb5829


Comments

No comments written yet.

Please login to write comment.