Color Hex Logo

#a88fa3 Color Hex

#A88FA3
(168,143,163)
0 Favorites   0 Comments

Color spaces of #a88fa3

RGB 168143163
HSL0.870.130.61
HSV312°15°66°
CMYK 0.000.150.03   0.34
XYZ32.581830.614138.8422
Yxy30.61410.31930.3000
Hunter Lab55.33008.2845-2.8911
CIE-Lab62.180512.9459-7.0501

#a88fa3 color RGB value is (168,143,163).

#a88fa3 hex color red value is 168, green value is 143 and the blue value of its RGB is 163. Cylindrical-coordinate representations (also known as HSL) of color #a88fa3 hue: 0.87 , saturation: 0.13 and the lightness value of a88fa3 is 0.61.

The process color (four color CMYK) of #a88fa3 color hex is 0.00, 0.15, 0.03, 0.34. Web safe color of #a88fa3 is #999999. Color #a88fa3 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10001111 10100011
Octal 250 217 243
Decimal 168 143 163
Hex A8 8F A3

RGB Percentages of Color #a88fa3

%35.44
%30.17
%34.39

CMYK Percentages of Color #a88fa3

%0
%15
%3
%34

Triadic Colors of #a88fa3

#a88fa3 #a3a88f #8fa3a8

Analogous Colors of #a88fa3

#a88fa3 #a88f97 #a18fa8

Monochromatic Colors of #a88fa3

#a88fa3

Complementary Color

#a88fa3 #8fa894

#a88fa3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a88fa3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a88fa3 Color CSS Codes

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

#a88fa3 Text Font Color

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

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


#a88fa3 Background Color

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

This div background color is #a88fa3


#a88fa3 Border Color

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

This div border color is #a88fa3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a88fa3


Comments

No comments written yet.

Please login to write comment.