Color Hex Logo

#ca6913 Color Hex

#CA6913
(202,105,19)
0 Favorites   0 Comments

Color spaces of #ca6913

RGB 20210519
HSL0.080.830.43
HSV28°91°79°
CMYK 0.000.480.91   0.21
XYZ29.526222.70673.4427
Yxy22.70670.53030.4078
Hunter Lab47.651527.213329.0725
CIE-Lab54.768933.592258.7728

#ca6913 color RGB value is (202,105,19).

#ca6913 hex color red value is 202, green value is 105 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #ca6913 hue: 0.08 , saturation: 0.83 and the lightness value of ca6913 is 0.43.

The process color (four color CMYK) of #ca6913 color hex is 0.00, 0.48, 0.91, 0.21. Web safe color of #ca6913 is #cc6600. Color #ca6913 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01101001 00010011
Octal 312 151 23
Decimal 202 105 19
Hex CA 69 13

RGB Percentages of Color #ca6913

%61.96
%32.21
%5.83

CMYK Percentages of Color #ca6913

%0
%48
%91
%21

Triadic Colors of #ca6913

#ca6913 #13ca69 #6913ca

Analogous Colors of #ca6913

#ca6913 #cac513 #ca1318

Monochromatic Colors of #ca6913

#ca6913

Complementary Color

#ca6913 #1374ca

#ca6913 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca6913 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca6913 Color CSS Codes

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

#ca6913 Text Font Color

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

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


#ca6913 Background Color

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

This div background color is #ca6913


#ca6913 Border Color

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

This div border color is #ca6913


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca6913


Comments

No comments written yet.

Please login to write comment.