Color Hex Logo

#cb493b Color Hex

#CB493B
(203,73,59)
0 Favorites   0 Comments

Color spaces of #cb493b

RGB 2037359
HSL0.020.580.51
HSV71°80°
CMYK 0.000.640.71   0.20
XYZ27.800617.77746.1038
Yxy17.77740.53790.3440
Hunter Lab42.163343.909420.9311
CIE-Lab49.225050.758835.9131

#cb493b color RGB value is (203,73,59).

#cb493b hex color red value is 203, green value is 73 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #cb493b hue: 0.02 , saturation: 0.58 and the lightness value of cb493b is 0.51.

The process color (four color CMYK) of #cb493b color hex is 0.00, 0.64, 0.71, 0.20. Web safe color of #cb493b is #cc3333. Color #cb493b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01001001 00111011
Octal 313 111 73
Decimal 203 73 59
Hex CB 49 3B

RGB Percentages of Color #cb493b

%60.60
%21.79
%17.61

CMYK Percentages of Color #cb493b

%0
%64
%71
%20

Triadic Colors of #cb493b

#cb493b #3bcb49 #493bcb

Analogous Colors of #cb493b

#cb493b #cb913b #cb3b75

Monochromatic Colors of #cb493b

#cb493b

Complementary Color

#cb493b #3bbdcb

#cb493b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb493b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb493b Color CSS Codes

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

#cb493b Text Font Color

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

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


#cb493b Background Color

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

This div background color is #cb493b


#cb493b Border Color

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

This div border color is #cb493b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb493b


Comments

No comments written yet.

Please login to write comment.