Color Hex Logo

#a48abb Color Hex

#A48ABB
(164,138,187)
0 Favorites   0 Comments

Color spaces of #a48abb

RGB 164138187
HSL0.760.260.64
HSV272°26°73°
CMYK 0.120.260.00   0.27
XYZ33.368029.657350.9795
Yxy29.65730.29270.2601
Hunter Lab54.458514.0687-17.3814
CIE-Lab61.357419.2861-21.9265

#a48abb color RGB value is (164,138,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10001010 10111011
Octal 244 212 273
Decimal 164 138 187
Hex A4 8A BB

RGB Percentages of Color #a48abb

%33.54
%28.22
%38.24

CMYK Percentages of Color #a48abb

%12
%26
%0
%27

Triadic Colors of #a48abb

#a48abb #bba48a #8abba4

Analogous Colors of #a48abb

#a48abb #bb8aba #8c8abb

Monochromatic Colors of #a48abb

#a48abb

Complementary Color

#a48abb #a1bb8a

#a48abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a48abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a48abb Color CSS Codes

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

#a48abb Text Font Color

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

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


#a48abb Background Color

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

This div background color is #a48abb


#a48abb Border Color

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

This div border color is #a48abb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,138,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a48abb


Comments

No comments written yet.

Please login to write comment.