Color Hex Logo

#ca831f Color Hex

#CA831F
(202,131,31)
0 Favorites   0 Comments

Color spaces of #ca831f

RGB 20213131
HSL0.100.730.46
HSV35°85°79°
CMYK 0.000.350.85   0.21
XYZ32.720728.88815.1477
Yxy28.88810.49020.4327
Hunter Lab53.747714.609531.9448
CIE-Lab60.682719.898359.8934

#ca831f color RGB value is (202,131,31).

#ca831f hex color red value is 202, green value is 131 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #ca831f hue: 0.10 , saturation: 0.73 and the lightness value of ca831f is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10000011 00011111
Octal 312 203 37
Decimal 202 131 31
Hex CA 83 1F

RGB Percentages of Color #ca831f

%55.49
%35.99
%8.52

CMYK Percentages of Color #ca831f

%0
%35
%85
%21

Triadic Colors of #ca831f

#ca831f #1fca83 #831fca

Analogous Colors of #ca831f

#ca831f #bcca1f #ca2e1f

Monochromatic Colors of #ca831f

#ca831f

Complementary Color

#ca831f #1f66ca

#ca831f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca831f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca831f Color CSS Codes

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

#ca831f Text Font Color

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

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


#ca831f Background Color

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

This div background color is #ca831f


#ca831f Border Color

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

This div border color is #ca831f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca831f


Comments

No comments written yet.

Please login to write comment.