Color Hex Logo

#ca790c Color Hex

#CA790C
(202,121,12)
0 Favorites   0 Comments

Color spaces of #ca790c

RGB 20212112
HSL0.100.890.42
HSV34°94°79°
CMYK 0.000.400.94   0.21
XYZ31.260926.25783.7685
Yxy26.25780.51010.4284
Hunter Lab51.242419.221531.5093
CIE-Lab58.280924.960162.8928

#ca790c color RGB value is (202,121,12).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01111001 00001100
Octal 312 171 14
Decimal 202 121 12
Hex CA 79 C

RGB Percentages of Color #ca790c

%60.30
%36.12
%3.58

CMYK Percentages of Color #ca790c

%0
%40
%94
%21

Triadic Colors of #ca790c

#ca790c #0cca79 #790cca

Analogous Colors of #ca790c

#ca790c #bcca0c #ca1a0c

Monochromatic Colors of #ca790c

#ca790c

Complementary Color

#ca790c #0c5dca

#ca790c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca790c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca790c Color CSS Codes

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

#ca790c Text Font Color

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

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


#ca790c Background Color

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

This div background color is #ca790c


#ca790c Border Color

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

This div border color is #ca790c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca790c


Comments

No comments written yet.

Please login to write comment.