Color Hex Logo

#a386bf Color Hex

#A386BF
(163,134,191)
0 Favorites   0 Comments

Color spaces of #a386bf

RGB 163134191
HSL0.750.310.64
HSV271°30°75°
CMYK 0.150.300.00   0.25
XYZ33.033328.598353.0692
Yxy28.59830.28800.2493
Hunter Lab53.477416.6751-21.4033
CIE-Lab60.425522.1197-25.6269

#a386bf color RGB value is (163,134,191).

#a386bf hex color red value is 163, green value is 134 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #a386bf hue: 0.75 , saturation: 0.31 and the lightness value of a386bf is 0.64.

The process color (four color CMYK) of #a386bf color hex is 0.15, 0.30, 0.00, 0.25. Web safe color of #a386bf is #9999cc. Color #a386bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10000110 10111111
Octal 243 206 277
Decimal 163 134 191
Hex A3 86 BF

RGB Percentages of Color #a386bf

%33.40
%27.46
%39.14

CMYK Percentages of Color #a386bf

%15
%30
%0
%25

Triadic Colors of #a386bf

#a386bf #bfa386 #86bfa3

Analogous Colors of #a386bf

#a386bf #bf86bf #8786bf

Monochromatic Colors of #a386bf

#a386bf

Complementary Color

#a386bf #a2bf86

#a386bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a386bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a386bf Color CSS Codes

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

#a386bf Text Font Color

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

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


#a386bf Background Color

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

This div background color is #a386bf


#a386bf Border Color

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

This div border color is #a386bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a386bf


Comments

No comments written yet.

Please login to write comment.