Color Hex Logo

#ca790b Color Hex

#CA790B
(202,121,11)
0 Favorites   0 Comments

Color spaces of #ca790b

RGB 20212111
HSL0.100.900.42
HSV35°95°79°
CMYK 0.000.400.95   0.21
XYZ31.254926.25553.7371
Yxy26.25550.51030.4287
Hunter Lab51.240119.209331.5439
CIE-Lab58.278824.947463.0706

#ca790b color RGB value is (202,121,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01111001 00001011
Octal 312 171 13
Decimal 202 121 11
Hex CA 79 B

RGB Percentages of Color #ca790b

%60.48
%36.23
%3.29

CMYK Percentages of Color #ca790b

%0
%40
%95
%21

Triadic Colors of #ca790b

#ca790b #0bca79 #790bca

Analogous Colors of #ca790b

#ca790b #bcca0b #ca1a0b

Monochromatic Colors of #ca790b

#ca790b

Complementary Color

#ca790b #0b5cca

#ca790b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca790b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca790b Color CSS Codes

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

#ca790b Text Font Color

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

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


#ca790b Background Color

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

This div background color is #ca790b


#ca790b Border Color

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

This div border color is #ca790b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca790b


Comments

No comments written yet.

Please login to write comment.