Color Hex Logo

#a88299 Color Hex

#A88299
(168,130,153)
0 Favorites   0 Comments

Color spaces of #a88299

RGB 168130153
HSL0.900.180.58
HSV324°23°66°
CMYK 0.000.230.09   0.34
XYZ29.880926.590033.6945
Yxy26.59000.33140.2949
Hunter Lab51.565513.1966-2.6461
CIE-Lab58.592918.4603-6.6703

#a88299 color RGB value is (168,130,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 10000010 10011001
Octal 250 202 231
Decimal 168 130 153
Hex A8 82 99

RGB Percentages of Color #a88299

%37.25
%28.82
%33.92

CMYK Percentages of Color #a88299

%0
%23
%9
%34

Triadic Colors of #a88299

#a88299 #99a882 #8299a8

Analogous Colors of #a88299

#a88299 #a88286 #a482a8

Monochromatic Colors of #a88299

#a88299

Complementary Color

#a88299 #82a891

#a88299 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a88299 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a88299 Color CSS Codes

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

#a88299 Text Font Color

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

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


#a88299 Background Color

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

This div background color is #a88299


#a88299 Border Color

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

This div border color is #a88299


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a88299


Comments

No comments written yet.

Please login to write comment.