Color Hex Logo

#a88fae Color Hex

#A88FAE
(168,143,174)
0 Favorites   0 Comments

Color spaces of #a88fae

RGB 168143174
HSL0.800.160.62
HSV288°18°68°
CMYK 0.030.180.00   0.32
XYZ33.610931.025744.2615
Yxy31.02570.30860.2849
Hunter Lab55.700710.2341-8.1232
CIE-Lab62.529315.0885-12.7604

#a88fae color RGB value is (168,143,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 10001111 10101110
Octal 250 217 256
Decimal 168 143 174
Hex A8 8F AE

RGB Percentages of Color #a88fae

%34.64
%29.48
%35.88

CMYK Percentages of Color #a88fae

%3
%18
%0
%32

Triadic Colors of #a88fae

#a88fae #aea88f #8faea8

Analogous Colors of #a88fae

#a88fae #ae8fa5 #998fae

Monochromatic Colors of #a88fae

#a88fae

Complementary Color

#a88fae #95ae8f

#a88fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a88fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a88fae Color CSS Codes

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

#a88fae Text Font Color

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

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


#a88fae Background Color

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

This div background color is #a88fae


#a88fae Border Color

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

This div border color is #a88fae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,143,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 #a88fae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a88fae


Comments

No comments written yet.

Please login to write comment.