Color Hex Logo

#ca590a Color Hex

#CA590A
(202,89,10)
0 Favorites   0 Comments

Color spaces of #ca590a

RGB 2028910
HSL0.070.910.42
HSV25°95°79°
CMYK 0.000.560.95   0.21
XYZ27.984319.72322.6192
Yxy19.72320.55610.3919
Hunter Lab44.410834.758127.5908
CIE-Lab51.522841.583958.6845

#ca590a color RGB value is (202,89,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01011001 00001010
Octal 312 131 12
Decimal 202 89 10
Hex CA 59 A

RGB Percentages of Color #ca590a

%67.11
%29.57
%3.32

CMYK Percentages of Color #ca590a

%0
%56
%95
%21

Triadic Colors of #ca590a

#ca590a #0aca59 #590aca

Analogous Colors of #ca590a

#ca590a #cab90a #ca0a1b

Monochromatic Colors of #ca590a

#ca590a

Complementary Color

#ca590a #0a7bca

#ca590a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca590a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca590a Color CSS Codes

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

#ca590a Text Font Color

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

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


#ca590a Background Color

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

This div background color is #ca590a


#ca590a Border Color

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

This div border color is #ca590a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca590a


Comments

No comments written yet.

Please login to write comment.