Color Hex Logo

#a48bba Color Hex

#A48BBA
(164,139,186)
0 Favorites   0 Comments

Color spaces of #a48bba

RGB 164139186
HSL0.760.250.64
HSV272°25°73°
CMYK 0.120.250.00   0.27
XYZ33.405429.902950.4656
Yxy29.90290.29360.2628
Hunter Lab54.683513.3469-16.4383
CIE-Lab61.570418.4999-21.0357

#a48bba color RGB value is (164,139,186).

#a48bba hex color red value is 164, green value is 139 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a48bba hue: 0.76 , saturation: 0.25 and the lightness value of a48bba is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10001011 10111010
Octal 244 213 272
Decimal 164 139 186
Hex A4 8B BA

RGB Percentages of Color #a48bba

%33.54
%28.43
%38.04

CMYK Percentages of Color #a48bba

%12
%25
%0
%27

Triadic Colors of #a48bba

#a48bba #baa48b #8bbaa4

Analogous Colors of #a48bba

#a48bba #ba8bb9 #8d8bba

Monochromatic Colors of #a48bba

#a48bba

Complementary Color

#a48bba #a1ba8b

#a48bba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a48bba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a48bba Color CSS Codes

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

#a48bba Text Font Color

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

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


#a48bba Background Color

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

This div background color is #a48bba


#a48bba Border Color

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

This div border color is #a48bba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a48bba


Comments

No comments written yet.

Please login to write comment.