Color Hex Logo

#a88bae Color Hex

#A88BAE
(168,139,174)
0 Favorites   0 Comments

Color spaces of #a88bae

RGB 168139174
HSL0.800.180.61
HSV290°20°68°
CMYK 0.030.200.00   0.32
XYZ33.021029.846144.0649
Yxy29.84610.30880.2791
Hunter Lab54.631612.2856-9.5802
CIE-Lab61.521217.3530-14.2789

#a88bae color RGB value is (168,139,174).

#a88bae hex color red value is 168, green value is 139 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #a88bae hue: 0.80 , saturation: 0.18 and the lightness value of a88bae is 0.61.

The process color (four color CMYK) of #a88bae color hex is 0.03, 0.20, 0.00, 0.32. Web safe color of #a88bae is #999999. Color #a88bae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10001011 10101110
Octal 250 213 256
Decimal 168 139 174
Hex A8 8B AE

RGB Percentages of Color #a88bae

%34.93
%28.90
%36.17

CMYK Percentages of Color #a88bae

%3
%20
%0
%32

Triadic Colors of #a88bae

#a88bae #aea88b #8baea8

Analogous Colors of #a88bae

#a88bae #ae8ba3 #978bae

Monochromatic Colors of #a88bae

#a88bae

Complementary Color

#a88bae #91ae8b

#a88bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a88bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a88bae Color CSS Codes

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

#a88bae Text Font Color

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

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


#a88bae Background Color

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

This div background color is #a88bae


#a88bae Border Color

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

This div border color is #a88bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a88bae


Comments

No comments written yet.

Please login to write comment.