Color Hex Logo

#a25e4f Color Hex

#A25E4F
(162,94,79)
0 Favorites   0 Comments

Color spaces of #a25e4f

RGB 1629479
HSL0.030.340.47
HSV11°51°64°
CMYK 0.000.420.51   0.36
XYZ20.314316.25139.4633
Yxy16.25130.44130.3531
Hunter Lab40.312919.401414.3009
CIE-Lab47.302526.089420.5509

#a25e4f color RGB value is (162,94,79).

#a25e4f hex color red value is 162, green value is 94 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #a25e4f hue: 0.03 , saturation: 0.34 and the lightness value of a25e4f is 0.47.

The process color (four color CMYK) of #a25e4f color hex is 0.00, 0.42, 0.51, 0.36. Web safe color of #a25e4f is #996666. Color #a25e4f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01011110 01001111
Octal 242 136 117
Decimal 162 94 79
Hex A2 5E 4F

RGB Percentages of Color #a25e4f

%48.36
%28.06
%23.58

CMYK Percentages of Color #a25e4f

%0
%42
%51
%36

Triadic Colors of #a25e4f

#a25e4f #4fa25e #5e4fa2

Analogous Colors of #a25e4f

#a25e4f #a2884f #a24f6a

Monochromatic Colors of #a25e4f

#a25e4f

Complementary Color

#a25e4f #4f93a2

#a25e4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a25e4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a25e4f Color CSS Codes

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

#a25e4f Text Font Color

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

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


#a25e4f Background Color

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

This div background color is #a25e4f


#a25e4f Border Color

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

This div border color is #a25e4f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,94,79, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a25e4f


Comments

No comments written yet.

Please login to write comment.