Color Hex Logo

#a8526d Color Hex

#A8526D
(168,82,109)
0 Favorites   0 Comments

Color spaces of #a8526d

RGB 16882109
HSL0.950.340.49
HSV341°51°66°
CMYK 0.000.510.35   0.34
XYZ21.926115.463516.2971
Yxy15.46350.40840.2880
Hunter Lab39.323730.71172.9547
CIE-Lab46.262638.27771.1602

#a8526d color RGB value is (168,82,109).

#a8526d hex color red value is 168, green value is 82 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #a8526d hue: 0.95 , saturation: 0.34 and the lightness value of a8526d is 0.49.

The process color (four color CMYK) of #a8526d color hex is 0.00, 0.51, 0.35, 0.34. Web safe color of #a8526d is #996666. Color #a8526d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01010010 01101101
Octal 250 122 155
Decimal 168 82 109
Hex A8 52 6D

RGB Percentages of Color #a8526d

%46.80
%22.84
%30.36

CMYK Percentages of Color #a8526d

%0
%51
%35
%34

Triadic Colors of #a8526d

#a8526d #6da852 #526da8

Analogous Colors of #a8526d

#a8526d #a86252 #a85298

Monochromatic Colors of #a8526d

#a8526d

Complementary Color

#a8526d #52a88d

#a8526d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8526d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8526d Color CSS Codes

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

#a8526d Text Font Color

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

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


#a8526d Background Color

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

This div background color is #a8526d


#a8526d Border Color

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

This div border color is #a8526d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8526d


Comments

No comments written yet.

Please login to write comment.