Color Hex Logo

#a48bfa Color Hex

#A48BFA
(164,139,250)
0 Favorites   0 Comments

Color spaces of #a48bfa

RGB 164139250
HSL0.700.920.76
HSV254°44°98°
CMYK 0.340.440.00   0.02
XYZ41.797833.259994.6593
Yxy33.25990.24630.1960
Hunter Lab57.671428.4443-56.9460
CIE-Lab64.370833.8000-52.3114

#a48bfa color RGB value is (164,139,250).

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

The process color (four color CMYK) of #a48bfa color hex is 0.34, 0.44, 0.00, 0.02. Web safe color of #a48bfa is #9999ff. Color #a48bfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10001011 11111010
Octal 244 213 372
Decimal 164 139 250
Hex A4 8B FA

RGB Percentages of Color #a48bfa

%29.66
%25.14
%45.21

CMYK Percentages of Color #a48bfa

%34
%44
%0
%2

Triadic Colors of #a48bfa

#a48bfa #faa48b #8bfaa4

Analogous Colors of #a48bfa

#a48bfa #dc8bfa #8baafa

Monochromatic Colors of #a48bfa

#a48bfa

Complementary Color

#a48bfa #e1fa8b

#a48bfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a48bfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a48bfa Color CSS Codes

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

#a48bfa Text Font Color

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

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


#a48bfa Background Color

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

This div background color is #a48bfa


#a48bfa Border Color

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

This div border color is #a48bfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a48bfa


Comments

No comments written yet.

Please login to write comment.