Color Hex Logo

#ca7540 Color Hex

#CA7540
(202,117,64)
0 Favorites   0 Comments

Color spaces of #ca7540

RGB 20211764
HSL0.060.570.52
HSV23°68°79°
CMYK 0.000.420.68   0.21
XYZ31.643825.64938.1335
Yxy25.64930.48370.3920
Hunter Lab50.645122.900325.9298
CIE-Lab57.702728.856242.8431

#ca7540 color RGB value is (202,117,64).

#ca7540 hex color red value is 202, green value is 117 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #ca7540 hue: 0.06 , saturation: 0.57 and the lightness value of ca7540 is 0.52.

The process color (four color CMYK) of #ca7540 color hex is 0.00, 0.42, 0.68, 0.21. Web safe color of #ca7540 is #cc6633. Color #ca7540 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01110101 01000000
Octal 312 165 100
Decimal 202 117 64
Hex CA 75 40

RGB Percentages of Color #ca7540

%52.74
%30.55
%16.71

CMYK Percentages of Color #ca7540

%0
%42
%68
%21

Triadic Colors of #ca7540

#ca7540 #40ca75 #7540ca

Analogous Colors of #ca7540

#ca7540 #caba40 #ca4050

Monochromatic Colors of #ca7540

#ca7540

Complementary Color

#ca7540 #4095ca

#ca7540 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca7540 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca7540 Color CSS Codes

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

#ca7540 Text Font Color

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

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


#ca7540 Background Color

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

This div background color is #ca7540


#ca7540 Border Color

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

This div border color is #ca7540


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca7540


Comments

No comments written yet.

Please login to write comment.