Color Hex Logo

#ca773a Color Hex

#CA773A
(202,119,58)
0 Favorites   0 Comments

Color spaces of #ca773a

RGB 20211958
HSL0.070.580.51
HSV25°71°79°
CMYK 0.000.410.71   0.21
XYZ31.717726.05577.3605
Yxy26.05570.48700.4000
Hunter Lab51.044821.586227.1819
CIE-Lab58.089927.456646.2684

#ca773a color RGB value is (202,119,58).

#ca773a hex color red value is 202, green value is 119 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #ca773a hue: 0.07 , saturation: 0.58 and the lightness value of ca773a is 0.51.

The process color (four color CMYK) of #ca773a color hex is 0.00, 0.41, 0.71, 0.21. Web safe color of #ca773a is #cc6633. Color #ca773a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01110111 00111010
Octal 312 167 72
Decimal 202 119 58
Hex CA 77 3A

RGB Percentages of Color #ca773a

%53.30
%31.40
%15.30

CMYK Percentages of Color #ca773a

%0
%41
%71
%21

Triadic Colors of #ca773a

#ca773a #3aca77 #773aca

Analogous Colors of #ca773a

#ca773a #cabf3a #ca3a45

Monochromatic Colors of #ca773a

#ca773a

Complementary Color

#ca773a #3a8dca

#ca773a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca773a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca773a Color CSS Codes

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

#ca773a Text Font Color

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

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


#ca773a Background Color

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

This div background color is #ca773a


#ca773a Border Color

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

This div border color is #ca773a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca773a


Comments

No comments written yet.

Please login to write comment.