Color Hex Logo

#ca532b Color Hex

#CA532B
(202,83,43)
0 Favorites   0 Comments

Color spaces of #ca532b

RGB 2028343
HSL0.040.650.48
HSV15°79°79°
CMYK 0.000.590.79   0.21
XYZ27.886418.91754.4672
Yxy18.91750.54390.3690
Hunter Lab43.494338.330624.3564
CIE-Lab50.590545.213945.8315

#ca532b color RGB value is (202,83,43).

#ca532b hex color red value is 202, green value is 83 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #ca532b hue: 0.04 , saturation: 0.65 and the lightness value of ca532b is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01010011 00101011
Octal 312 123 53
Decimal 202 83 43
Hex CA 53 2B

RGB Percentages of Color #ca532b

%61.59
%25.30
%13.11

CMYK Percentages of Color #ca532b

%0
%59
%79
%21

Triadic Colors of #ca532b

#ca532b #2bca53 #532bca

Analogous Colors of #ca532b

#ca532b #caa32b #ca2b52

Monochromatic Colors of #ca532b

#ca532b

Complementary Color

#ca532b #2ba2ca

#ca532b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca532b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca532b Color CSS Codes

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

#ca532b Text Font Color

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

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


#ca532b Background Color

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

This div background color is #ca532b


#ca532b Border Color

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

This div border color is #ca532b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca532b


Comments

No comments written yet.

Please login to write comment.