Color Hex Logo

#ca560b Color Hex

#CA560B
(202,86,11)
0 Favorites   0 Comments

Color spaces of #ca560b

RGB 2028611
HSL0.070.900.42
HSV24°95°79°
CMYK 0.000.570.95   0.21
XYZ27.745319.23632.5672
Yxy19.23630.56000.3882
Hunter Lab43.859236.165327.2310
CIE-Lab50.962543.049258.1031

#ca560b color RGB value is (202,86,11).

#ca560b hex color red value is 202, green value is 86 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #ca560b hue: 0.07 , saturation: 0.90 and the lightness value of ca560b is 0.42.

The process color (four color CMYK) of #ca560b color hex is 0.00, 0.57, 0.95, 0.21. Web safe color of #ca560b is #cc6600. Color #ca560b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01010110 00001011
Octal 312 126 13
Decimal 202 86 11
Hex CA 56 B

RGB Percentages of Color #ca560b

%67.56
%28.76
%3.68

CMYK Percentages of Color #ca560b

%0
%57
%95
%21

Triadic Colors of #ca560b

#ca560b #0bca56 #560bca

Analogous Colors of #ca560b

#ca560b #cab60b #ca0b20

Monochromatic Colors of #ca560b

#ca560b

Complementary Color

#ca560b #0b7fca

#ca560b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca560b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca560b Color CSS Codes

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

#ca560b Text Font Color

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

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


#ca560b Background Color

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

This div background color is #ca560b


#ca560b Border Color

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

This div border color is #ca560b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca560b


Comments

No comments written yet.

Please login to write comment.