Color Hex Logo

#a25340 Color Hex

#A25340
(162,83,64)
0 Favorites   0 Comments

Color spaces of #a25340

RGB 1628364
HSL0.030.430.44
HSV12°60°64°
CMYK 0.000.490.60   0.36
XYZ18.919014.23816.6016
Yxy14.23810.47580.3581
Hunter Lab37.733423.463916.0404
CIE-Lab44.572530.849325.8648

#a25340 color RGB value is (162,83,64).

#a25340 hex color red value is 162, green value is 83 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #a25340 hue: 0.03 , saturation: 0.43 and the lightness value of a25340 is 0.44.

The process color (four color CMYK) of #a25340 color hex is 0.00, 0.49, 0.60, 0.36. Web safe color of #a25340 is #996633. Color #a25340 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01010011 01000000
Octal 242 123 100
Decimal 162 83 64
Hex A2 53 40

RGB Percentages of Color #a25340

%52.43
%26.86
%20.71

CMYK Percentages of Color #a25340

%0
%49
%60
%36

Triadic Colors of #a25340

#a25340 #40a253 #5340a2

Analogous Colors of #a25340

#a25340 #a28440 #a2405e

Monochromatic Colors of #a25340

#a25340

Complementary Color

#a25340 #408fa2

#a25340 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a25340 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a25340 Color CSS Codes

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

#a25340 Text Font Color

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

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


#a25340 Background Color

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

This div background color is #a25340


#a25340 Border Color

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

This div border color is #a25340


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a25340


Comments

No comments written yet.

Please login to write comment.