Color Hex Logo

#ca6031 Color Hex

#CA6031
(202,96,49)
0 Favorites   0 Comments

Color spaces of #ca6031

RGB 2029649
HSL0.050.610.49
HSV18°76°79°
CMYK 0.000.520.76   0.21
XYZ29.094421.14405.4535
Yxy21.14400.52240.3797
Hunter Lab45.982632.472125.1561
CIE-Lab53.106739.098045.4268

#ca6031 color RGB value is (202,96,49).

#ca6031 hex color red value is 202, green value is 96 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #ca6031 hue: 0.05 , saturation: 0.61 and the lightness value of ca6031 is 0.49.

The process color (four color CMYK) of #ca6031 color hex is 0.00, 0.52, 0.76, 0.21. Web safe color of #ca6031 is #cc6633. Color #ca6031 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01100000 00110001
Octal 312 140 61
Decimal 202 96 49
Hex CA 60 31

RGB Percentages of Color #ca6031

%58.21
%27.67
%14.12

CMYK Percentages of Color #ca6031

%0
%52
%76
%21

Triadic Colors of #ca6031

#ca6031 #31ca60 #6031ca

Analogous Colors of #ca6031

#ca6031 #caad31 #ca314e

Monochromatic Colors of #ca6031

#ca6031

Complementary Color

#ca6031 #319bca

#ca6031 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca6031 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca6031 Color CSS Codes

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

#ca6031 Text Font Color

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

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


#ca6031 Background Color

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

This div background color is #ca6031


#ca6031 Border Color

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

This div border color is #ca6031


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca6031


Comments

No comments written yet.

Please login to write comment.