Color Hex Logo

#ca843a Color Hex

#CA843A
(202,132,58)
0 Favorites   0 Comments

Color spaces of #ca843a

RGB 20213258
HSL0.090.580.51
HSV31°71°79°
CMYK 0.000.350.71   0.21
XYZ33.372129.36467.9120
Yxy29.36460.47240.4156
Hunter Lab54.189115.097429.2756
CIE-Lab61.102120.401149.4758

#ca843a color RGB value is (202,132,58).

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

The process color (four color CMYK) of #ca843a color hex is 0.00, 0.35, 0.71, 0.21. Web safe color of #ca843a is #cc9933. Color #ca843a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10000100 00111010
Octal 312 204 72
Decimal 202 132 58
Hex CA 84 3A

RGB Percentages of Color #ca843a

%51.53
%33.67
%14.80

CMYK Percentages of Color #ca843a

%0
%35
%71
%21

Triadic Colors of #ca843a

#ca843a #3aca84 #843aca

Analogous Colors of #ca843a

#ca843a #c8ca3a #ca3c3a

Monochromatic Colors of #ca843a

#ca843a

Complementary Color

#ca843a #3a80ca

#ca843a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca843a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca843a Color CSS Codes

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

#ca843a Text Font Color

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

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


#ca843a Background Color

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

This div background color is #ca843a


#ca843a Border Color

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

This div border color is #ca843a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,132,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 #ca843a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca843a


Comments

No comments written yet.

Please login to write comment.