Color Hex Logo

#ca772c Color Hex

#CA772C
(202,119,44)
0 Favorites   0 Comments

Color spaces of #ca772c

RGB 20211944
HSL0.080.640.48
HSV28°78°79°
CMYK 0.000.410.78   0.21
XYZ31.408625.93215.7328
Yxy25.93210.49800.4111
Hunter Lab50.923620.978828.9718
CIE-Lab57.972526.832152.5784

#ca772c color RGB value is (202,119,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01110111 00101100
Octal 312 167 54
Decimal 202 119 44
Hex CA 77 2C

RGB Percentages of Color #ca772c

%55.34
%32.60
%12.05

CMYK Percentages of Color #ca772c

%0
%41
%78
%21

Triadic Colors of #ca772c

#ca772c #2cca77 #772cca

Analogous Colors of #ca772c

#ca772c #cac62c #ca2c30

Monochromatic Colors of #ca772c

#ca772c

Complementary Color

#ca772c #2c7fca

#ca772c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca772c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca772c Color CSS Codes

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

#ca772c Text Font Color

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

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


#ca772c Background Color

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

This div background color is #ca772c


#ca772c Border Color

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

This div border color is #ca772c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca772c


Comments

No comments written yet.

Please login to write comment.