Color Hex Logo

#ca772a Color Hex

#CA772A
(202,119,42)
0 Favorites   0 Comments

Color spaces of #ca772a

RGB 20211942
HSL0.080.660.48
HSV29°79°79°
CMYK 0.000.410.79   0.21
XYZ31.371925.91745.5396
Yxy25.91740.49930.4125
Hunter Lab50.909120.906629.1848
CIE-Lab57.958626.757753.4060

#ca772a color RGB value is (202,119,42).

#ca772a hex color red value is 202, green value is 119 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #ca772a hue: 0.08 , saturation: 0.66 and the lightness value of ca772a is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01110111 00101010
Octal 312 167 52
Decimal 202 119 42
Hex CA 77 2A

RGB Percentages of Color #ca772a

%55.65
%32.78
%11.57

CMYK Percentages of Color #ca772a

%0
%41
%79
%21

Triadic Colors of #ca772a

#ca772a #2aca77 #772aca

Analogous Colors of #ca772a

#ca772a #cac72a #ca2a2d

Monochromatic Colors of #ca772a

#ca772a

Complementary Color

#ca772a #2a7dca

#ca772a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca772a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca772a Color CSS Codes

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

#ca772a Text Font Color

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

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


#ca772a Background Color

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

This div background color is #ca772a


#ca772a Border Color

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

This div border color is #ca772a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca772a


Comments

No comments written yet.

Please login to write comment.