Color Hex Logo

#ca740d Color Hex

#CA740D
(202,116,13)
0 Favorites   0 Comments

Color spaces of #ca740d

RGB 20211613
HSL0.090.880.42
HSV33°94°79°
CMYK 0.000.430.94   0.21
XYZ30.675225.07643.6042
Yxy25.07640.51680.4225
Hunter Lab50.076321.709930.7861
CIE-Lab57.149827.666761.9039

#ca740d color RGB value is (202,116,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01110100 00001101
Octal 312 164 15
Decimal 202 116 13
Hex CA 74 D

RGB Percentages of Color #ca740d

%61.03
%35.05
%3.93

CMYK Percentages of Color #ca740d

%0
%43
%94
%21

Triadic Colors of #ca740d

#ca740d #0dca74 #740dca

Analogous Colors of #ca740d

#ca740d #c2ca0d #ca160d

Monochromatic Colors of #ca740d

#ca740d

Complementary Color

#ca740d #0d63ca

#ca740d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca740d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca740d Color CSS Codes

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

#ca740d Text Font Color

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

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


#ca740d Background Color

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

This div background color is #ca740d


#ca740d Border Color

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

This div border color is #ca740d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca740d


Comments

No comments written yet.

Please login to write comment.