Color Hex Logo

#a48abe Color Hex

#A48ABE
(164,138,190)
0 Favorites   0 Comments

Color spaces of #a48abe

RGB 164138190
HSL0.750.290.64
HSV270°27°75°
CMYK 0.140.270.00   0.25
XYZ33.692629.787252.6889
Yxy29.78720.29000.2564
Hunter Lab54.577714.6831-19.0338
CIE-Lab61.470219.9400-23.4488

#a48abe color RGB value is (164,138,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10001010 10111110
Octal 244 212 276
Decimal 164 138 190
Hex A4 8A BE

RGB Percentages of Color #a48abe

%33.33
%28.05
%38.62

CMYK Percentages of Color #a48abe

%14
%27
%0
%25

Triadic Colors of #a48abe

#a48abe #bea48a #8abea4

Analogous Colors of #a48abe

#a48abe #be8abe #8a8abe

Monochromatic Colors of #a48abe

#a48abe

Complementary Color

#a48abe #a4be8a

#a48abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a48abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a48abe Color CSS Codes

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

#a48abe Text Font Color

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

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


#a48abe Background Color

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

This div background color is #a48abe


#a48abe Border Color

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

This div border color is #a48abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a48abe


Comments

No comments written yet.

Please login to write comment.