Color Hex Logo

#ca460e Color Hex

#CA460E
(202,70,14)
0 Favorites   0 Comments

Color spaces of #ca460e

RGB 2027014
HSL0.050.870.42
HSV18°93°79°
CMYK 0.000.650.93   0.21
XYZ26.626516.96862.2874
Yxy16.96860.58030.3698
Hunter Lab41.193043.292025.5428
CIE-Lab48.220450.349055.5395

#ca460e color RGB value is (202,70,14).

#ca460e hex color red value is 202, green value is 70 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #ca460e hue: 0.05 , saturation: 0.87 and the lightness value of ca460e is 0.42.

The process color (four color CMYK) of #ca460e color hex is 0.00, 0.65, 0.93, 0.21. Web safe color of #ca460e is #cc3300. Color #ca460e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01000110 00001110
Octal 312 106 16
Decimal 202 70 14
Hex CA 46 E

RGB Percentages of Color #ca460e

%70.63
%24.48
%4.90

CMYK Percentages of Color #ca460e

%0
%65
%93
%21

Triadic Colors of #ca460e

#ca460e #0eca46 #460eca

Analogous Colors of #ca460e

#ca460e #caa40e #ca0e34

Monochromatic Colors of #ca460e

#ca460e

Complementary Color

#ca460e #0e92ca

#ca460e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca460e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca460e Color CSS Codes

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

#ca460e Text Font Color

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

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


#ca460e Background Color

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

This div background color is #ca460e


#ca460e Border Color

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

This div border color is #ca460e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca460e


Comments

No comments written yet.

Please login to write comment.