Color Hex Logo

#a25552 Color Hex

#A25552
(162,85,82)
1 Favorites   0 Comments

Color spaces of #a25552

RGB 1628582
HSL0.010.330.48
HSV49°64°
CMYK 0.000.480.49   0.36
XYZ19.671814.78769.8001
Yxy14.78760.44450.3341
Hunter Lab38.454624.017511.8083
CIE-Lab45.341931.354716.1319

#a25552 color RGB value is (162,85,82).

#a25552 hex color red value is 162, green value is 85 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #a25552 hue: 0.01 , saturation: 0.33 and the lightness value of a25552 is 0.48.

The process color (four color CMYK) of #a25552 color hex is 0.00, 0.48, 0.49, 0.36. Web safe color of #a25552 is #996666. Color #a25552 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01010101 01010010
Octal 242 125 122
Decimal 162 85 82
Hex A2 55 52

RGB Percentages of Color #a25552

%49.24
%25.84
%24.92

CMYK Percentages of Color #a25552

%0
%48
%49
%36

Triadic Colors of #a25552

#a25552 #52a255 #5552a2

Analogous Colors of #a25552

#a25552 #a27d52 #a25277

Monochromatic Colors of #a25552

#a25552

Complementary Color

#a25552 #529fa2

#a25552 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a25552 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a25552 Color CSS Codes

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

#a25552 Text Font Color

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

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


#a25552 Background Color

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

This div background color is #a25552


#a25552 Border Color

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

This div border color is #a25552


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a25552

#a25552 Color Palettes


Comments

No comments written yet.

Please login to write comment.