Color Hex Logo

#a88285 Color Hex

#A88285
(168,130,133)
0 Favorites   0 Comments

Color spaces of #a88285

RGB 168130133
HSL0.990.180.58
HSV355°23°66°
CMYK 0.000.230.21   0.34
XYZ28.364725.983525.7106
Yxy25.98350.35430.3246
Hunter Lab50.974010.12255.7767
CIE-Lab58.021415.07324.0054

#a88285 color RGB value is (168,130,133).

#a88285 hex color red value is 168, green value is 130 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #a88285 hue: 0.99 , saturation: 0.18 and the lightness value of a88285 is 0.58.

The process color (four color CMYK) of #a88285 color hex is 0.00, 0.23, 0.21, 0.34. Web safe color of #a88285 is #999999. Color #a88285 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10000010 10000101
Octal 250 202 205
Decimal 168 130 133
Hex A8 82 85

RGB Percentages of Color #a88285

%38.98
%30.16
%30.86

CMYK Percentages of Color #a88285

%0
%23
%21
%34

Triadic Colors of #a88285

#a88285 #85a882 #8285a8

Analogous Colors of #a88285

#a88285 #a89282 #a88298

Monochromatic Colors of #a88285

#a88285

Complementary Color

#a88285 #82a8a5

#a88285 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a88285 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a88285 Color CSS Codes

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

#a88285 Text Font Color

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

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


#a88285 Background Color

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

This div background color is #a88285


#a88285 Border Color

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

This div border color is #a88285


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a88285


Comments

No comments written yet.

Please login to write comment.