Color Hex Logo

#ca710c Color Hex

#CA710C
(202,113,12)
0 Favorites   0 Comments

Color spaces of #ca710c

RGB 20211312
HSL0.090.890.42
HSV32°94°79°
CMYK 0.000.440.94   0.21
XYZ30.328624.39343.4577
Yxy24.39340.52130.4193
Hunter Lab49.389723.179130.4220
CIE-Lab56.479529.259161.6304

#ca710c color RGB value is (202,113,12).

#ca710c hex color red value is 202, green value is 113 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #ca710c hue: 0.09 , saturation: 0.89 and the lightness value of ca710c is 0.42.

The process color (four color CMYK) of #ca710c color hex is 0.00, 0.44, 0.94, 0.21. Web safe color of #ca710c is #cc6600. Color #ca710c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01110001 00001100
Octal 312 161 14
Decimal 202 113 12
Hex CA 71 C

RGB Percentages of Color #ca710c

%61.77
%34.56
%3.67

CMYK Percentages of Color #ca710c

%0
%44
%94
%21

Triadic Colors of #ca710c

#ca710c #0cca71 #710cca

Analogous Colors of #ca710c

#ca710c #c4ca0c #ca120c

Monochromatic Colors of #ca710c

#ca710c

Complementary Color

#ca710c #0c65ca

#ca710c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca710c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca710c Color CSS Codes

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

#ca710c Text Font Color

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

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


#ca710c Background Color

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

This div background color is #ca710c


#ca710c Border Color

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

This div border color is #ca710c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca710c


Comments

No comments written yet.

Please login to write comment.