Color Hex Logo

#cb5037 Color Hex

#CB5037
(203,80,55)
0 Favorites   0 Comments

Color spaces of #cb5037

RGB 2038055
HSL0.030.590.51
HSV10°73°80°
CMYK 0.000.610.73   0.20
XYZ28.186918.70975.7401
Yxy18.70970.53550.3554
Hunter Lab43.254740.623622.4102
CIE-Lab50.345847.457939.3971

#cb5037 color RGB value is (203,80,55).

#cb5037 hex color red value is 203, green value is 80 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #cb5037 hue: 0.03 , saturation: 0.59 and the lightness value of cb5037 is 0.51.

The process color (four color CMYK) of #cb5037 color hex is 0.00, 0.61, 0.73, 0.20. Web safe color of #cb5037 is #cc6633. Color #cb5037 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01010000 00110111
Octal 313 120 67
Decimal 203 80 55
Hex CB 50 37

RGB Percentages of Color #cb5037

%60.06
%23.67
%16.27

CMYK Percentages of Color #cb5037

%0
%61
%73
%20

Triadic Colors of #cb5037

#cb5037 #37cb50 #5037cb

Analogous Colors of #cb5037

#cb5037 #cb9a37 #cb3768

Monochromatic Colors of #cb5037

#cb5037

Complementary Color

#cb5037 #37b2cb

#cb5037 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb5037 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb5037 Color CSS Codes

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

#cb5037 Text Font Color

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

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


#cb5037 Background Color

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

This div background color is #cb5037


#cb5037 Border Color

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

This div border color is #cb5037


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb5037


Comments

No comments written yet.

Please login to write comment.