Color Hex Logo

#ca533b Color Hex

#CA533B
(202,83,59)
0 Favorites   0 Comments

Color spaces of #ca533b

RGB 2028359
HSL0.030.570.51
HSV10°71°79°
CMYK 0.000.590.71   0.21
XYZ28.239819.05886.3280
Yxy19.05880.52660.3554
Hunter Lab43.656439.066821.9654
CIE-Lab50.755945.898637.6267

#ca533b color RGB value is (202,83,59).

#ca533b hex color red value is 202, green value is 83 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #ca533b hue: 0.03 , saturation: 0.57 and the lightness value of ca533b is 0.51.

The process color (four color CMYK) of #ca533b color hex is 0.00, 0.59, 0.71, 0.21. Web safe color of #ca533b is #cc6633. Color #ca533b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01010011 00111011
Octal 312 123 73
Decimal 202 83 59
Hex CA 53 3B

RGB Percentages of Color #ca533b

%58.72
%24.13
%17.15

CMYK Percentages of Color #ca533b

%0
%59
%71
%21

Triadic Colors of #ca533b

#ca533b #3bca53 #533bca

Analogous Colors of #ca533b

#ca533b #ca9b3b #ca3b6b

Monochromatic Colors of #ca533b

#ca533b

Complementary Color

#ca533b #3bb2ca

#ca533b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca533b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca533b Color CSS Codes

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

#ca533b Text Font Color

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

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


#ca533b Background Color

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

This div background color is #ca533b


#ca533b Border Color

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

This div border color is #ca533b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,83,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 #ca533b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca533b


Comments

No comments written yet.

Please login to write comment.