Color Hex Logo

#a387ba Color Hex

#A387BA
(163,135,186)
0 Favorites   0 Comments

Color spaces of #a387ba

RGB 163135186
HSL0.760.270.63
HSV273°27°73°
CMYK 0.120.270.00   0.27
XYZ32.631228.659650.2664
Yxy28.65960.29250.2569
Hunter Lab53.534715.1162-18.1961
CIE-Lab60.480020.4523-22.7117

#a387ba color RGB value is (163,135,186).

#a387ba hex color red value is 163, green value is 135 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a387ba hue: 0.76 , saturation: 0.27 and the lightness value of a387ba is 0.63.

The process color (four color CMYK) of #a387ba color hex is 0.12, 0.27, 0.00, 0.27. Web safe color of #a387ba is #9999cc. Color #a387ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10000111 10111010
Octal 243 207 272
Decimal 163 135 186
Hex A3 87 BA

RGB Percentages of Color #a387ba

%33.68
%27.89
%38.43

CMYK Percentages of Color #a387ba

%12
%27
%0
%27

Triadic Colors of #a387ba

#a387ba #baa387 #87baa3

Analogous Colors of #a387ba

#a387ba #ba87b8 #8a87ba

Monochromatic Colors of #a387ba

#a387ba

Complementary Color

#a387ba #9eba87

#a387ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a387ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a387ba Color CSS Codes

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

#a387ba Text Font Color

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

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


#a387ba Background Color

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

This div background color is #a387ba


#a387ba Border Color

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

This div border color is #a387ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a387ba


Comments

No comments written yet.

Please login to write comment.