Color Hex Logo

#ca540e Color Hex

#CA540E
(202,84,14)
0 Favorites   0 Comments

Color spaces of #ca540e

RGB 2028414
HSL0.060.870.42
HSV22°93°79°
CMYK 0.000.580.93   0.21
XYZ27.606718.92892.6141
Yxy18.92890.56170.3851
Hunter Lab43.507437.125626.8928
CIE-Lab50.603944.041757.1377

#ca540e color RGB value is (202,84,14).

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

The process color (four color CMYK) of #ca540e color hex is 0.00, 0.58, 0.93, 0.21. Web safe color of #ca540e is #cc6600. Color #ca540e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01010100 00001110
Octal 312 124 16
Decimal 202 84 14
Hex CA 54 E

RGB Percentages of Color #ca540e

%67.33
%28.00
%4.67

CMYK Percentages of Color #ca540e

%0
%58
%93
%21

Triadic Colors of #ca540e

#ca540e #0eca54 #540eca

Analogous Colors of #ca540e

#ca540e #cab20e #ca0e26

Monochromatic Colors of #ca540e

#ca540e

Complementary Color

#ca540e #0e84ca

#ca540e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca540e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca540e Color CSS Codes

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

#ca540e Text Font Color

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

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


#ca540e Background Color

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

This div background color is #ca540e


#ca540e Border Color

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

This div border color is #ca540e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca540e


Comments

No comments written yet.

Please login to write comment.