Color Hex Logo

#a387ab Color Hex

#A387AB
(163,135,171)
0 Favorites   0 Comments

Color spaces of #a387ab

RGB 163135171
HSL0.800.180.60
HSV287°21°67°
CMYK 0.050.210.00   0.33
XYZ31.118928.054842.3030
Yxy28.05480.30670.2765
Hunter Lab52.966812.1800-10.2764
CIE-Lab59.938217.2933-15.0096

#a387ab color RGB value is (163,135,171).

#a387ab hex color red value is 163, green value is 135 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #a387ab hue: 0.80 , saturation: 0.18 and the lightness value of a387ab is 0.60.

The process color (four color CMYK) of #a387ab color hex is 0.05, 0.21, 0.00, 0.33. Web safe color of #a387ab is #999999. Color #a387ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10000111 10101011
Octal 243 207 253
Decimal 163 135 171
Hex A3 87 AB

RGB Percentages of Color #a387ab

%34.75
%28.78
%36.46

CMYK Percentages of Color #a387ab

%5
%21
%0
%33

Triadic Colors of #a387ab

#a387ab #aba387 #87aba3

Analogous Colors of #a387ab

#a387ab #ab87a1 #9187ab

Monochromatic Colors of #a387ab

#a387ab

Complementary Color

#a387ab #8fab87

#a387ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a387ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a387ab Color CSS Codes

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

#a387ab Text Font Color

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

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


#a387ab Background Color

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

This div background color is #a387ab


#a387ab Border Color

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

This div border color is #a387ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a387ab


Comments

No comments written yet.

Please login to write comment.