Color Hex Logo

#ca533a Color Hex

#CA533A
(202,83,58)
0 Favorites   0 Comments

Color spaces of #ca533a

RGB 2028358
HSL0.030.580.51
HSV10°71°79°
CMYK 0.000.590.71   0.21
XYZ28.214119.04866.1927
Yxy19.04860.52780.3563
Hunter Lab43.644739.013022.1387
CIE-Lab50.744045.848738.1623

#ca533a color RGB value is (202,83,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01010011 00111010
Octal 312 123 72
Decimal 202 83 58
Hex CA 53 3A

RGB Percentages of Color #ca533a

%58.89
%24.20
%16.91

CMYK Percentages of Color #ca533a

%0
%59
%71
%21

Triadic Colors of #ca533a

#ca533a #3aca53 #533aca

Analogous Colors of #ca533a

#ca533a #ca9b3a #ca3a69

Monochromatic Colors of #ca533a

#ca533a

Complementary Color

#ca533a #3ab1ca

#ca533a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca533a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca533a Color CSS Codes

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

#ca533a Text Font Color

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

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


#ca533a Background Color

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

This div background color is #ca533a


#ca533a Border Color

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

This div border color is #ca533a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,83,58, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca533a


Comments

No comments written yet.

Please login to write comment.