Color Hex Logo

#ca740c Color Hex

#CA740C
(202,116,12)
0 Favorites   0 Comments

Color spaces of #ca740c

RGB 20211612
HSL0.090.890.42
HSV33°94°79°
CMYK 0.000.430.94   0.21
XYZ30.668925.07393.5711
Yxy25.07390.51710.4227
Hunter Lab50.073821.697330.8233
CIE-Lab57.147427.653762.0969

#ca740c color RGB value is (202,116,12).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01110100 00001100
Octal 312 164 14
Decimal 202 116 12
Hex CA 74 C

RGB Percentages of Color #ca740c

%61.21
%35.15
%3.64

CMYK Percentages of Color #ca740c

%0
%43
%94
%21

Triadic Colors of #ca740c

#ca740c #0cca74 #740cca

Analogous Colors of #ca740c

#ca740c #c1ca0c #ca150c

Monochromatic Colors of #ca740c

#ca740c

Complementary Color

#ca740c #0c62ca

#ca740c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca740c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca740c Color CSS Codes

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

#ca740c Text Font Color

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

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


#ca740c Background Color

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

This div background color is #ca740c


#ca740c Border Color

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

This div border color is #ca740c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,116,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 #ca740c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca740c


Comments

No comments written yet.

Please login to write comment.