Color Hex Logo

#ca6525 Color Hex

#CA6525
(202,101,37)
0 Favorites   0 Comments

Color spaces of #ca6525

RGB 20210137
HSL0.060.690.47
HSV23°82°79°
CMYK 0.000.500.82   0.21
XYZ29.344721.99754.4496
Yxy21.99750.52600.3943
Hunter Lab46.901529.603927.2061
CIE-Lab54.024436.106451.8426

#ca6525 color RGB value is (202,101,37).

#ca6525 hex color red value is 202, green value is 101 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #ca6525 hue: 0.06 , saturation: 0.69 and the lightness value of ca6525 is 0.47.

The process color (four color CMYK) of #ca6525 color hex is 0.00, 0.50, 0.82, 0.21. Web safe color of #ca6525 is #cc6633. Color #ca6525 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01100101 00100101
Octal 312 145 45
Decimal 202 101 37
Hex CA 65 25

RGB Percentages of Color #ca6525

%59.41
%29.71
%10.88

CMYK Percentages of Color #ca6525

%0
%50
%82
%21

Triadic Colors of #ca6525

#ca6525 #25ca65 #6525ca

Analogous Colors of #ca6525

#ca6525 #cab825 #ca2537

Monochromatic Colors of #ca6525

#ca6525

Complementary Color

#ca6525 #258aca

#ca6525 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca6525 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca6525 Color CSS Codes

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

#ca6525 Text Font Color

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

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


#ca6525 Background Color

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

This div background color is #ca6525


#ca6525 Border Color

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

This div border color is #ca6525


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca6525


Comments

No comments written yet.

Please login to write comment.