Color Hex Logo

#ca813c Color Hex

#CA813C
(202,129,60)
0 Favorites   0 Comments

Color spaces of #ca813c

RGB 20212960
HSL0.080.570.51
HSV29°70°79°
CMYK 0.000.360.70   0.21
XYZ33.023028.58338.0516
Yxy28.58330.47410.4103
Hunter Lab53.463416.694228.4953
CIE-Lab60.412122.140847.7982

#ca813c color RGB value is (202,129,60).

#ca813c hex color red value is 202, green value is 129 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #ca813c hue: 0.08 , saturation: 0.57 and the lightness value of ca813c is 0.51.

The process color (four color CMYK) of #ca813c color hex is 0.00, 0.36, 0.70, 0.21. Web safe color of #ca813c is #cc9933. Color #ca813c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10000001 00111100
Octal 312 201 74
Decimal 202 129 60
Hex CA 81 3C

RGB Percentages of Color #ca813c

%51.66
%32.99
%15.35

CMYK Percentages of Color #ca813c

%0
%36
%70
%21

Triadic Colors of #ca813c

#ca813c #3cca81 #813cca

Analogous Colors of #ca813c

#ca813c #cac83c #ca3c3e

Monochromatic Colors of #ca813c

#ca813c

Complementary Color

#ca813c #3c85ca

#ca813c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca813c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca813c Color CSS Codes

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

#ca813c Text Font Color

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

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


#ca813c Background Color

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

This div background color is #ca813c


#ca813c Border Color

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

This div border color is #ca813c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca813c


Comments

No comments written yet.

Please login to write comment.