Color Hex Logo

#a08898 Color Hex

#A08898
(160,136,152)
0 Favorites   0 Comments

Color spaces of #a08898

RGB 160136152
HSL0.890.110.58
HSV320°15°63°
CMYK 0.000.150.05   0.37
XYZ28.968927.348933.4578
Yxy27.34890.32270.3046
Hunter Lab52.29627.3598-1.3250
CIE-Lab59.295911.9354-5.1407

#a08898 color RGB value is (160,136,152).

#a08898 hex color red value is 160, green value is 136 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #a08898 hue: 0.89 , saturation: 0.11 and the lightness value of a08898 is 0.58.

The process color (four color CMYK) of #a08898 color hex is 0.00, 0.15, 0.05, 0.37. Web safe color of #a08898 is #999999. Color #a08898 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10001000 10011000
Octal 240 210 230
Decimal 160 136 152
Hex A0 88 98

RGB Percentages of Color #a08898

%35.71
%30.36
%33.93

CMYK Percentages of Color #a08898

%0
%15
%5
%37

Triadic Colors of #a08898

#a08898 #98a088 #8898a0

Analogous Colors of #a08898

#a08898 #a0888c #9c88a0

Monochromatic Colors of #a08898

#a08898

Complementary Color

#a08898 #88a090

#a08898 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a08898 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a08898 Color CSS Codes

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

#a08898 Text Font Color

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

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


#a08898 Background Color

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

This div background color is #a08898


#a08898 Border Color

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

This div border color is #a08898


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(160,136,152, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a08898; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a08898;
  -webkit-box-shadow: 1px 1px 3px 2px #a08898;
  box-shadow:         1px 1px 3px 2px #a08898; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,136,152, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a08898


Comments

No comments written yet.

Please login to write comment.