Color Hex Logo

#a09bfa Color Hex

#A09BFA
(160,155,250)
0 Favorites   0 Comments

Color spaces of #a09bfa

RGB 160155250
HSL0.680.900.79
HSV243°38°98°
CMYK 0.360.380.00   0.02
XYZ43.473937.818495.4508
Yxy37.81840.24600.2140
Hunter Lab61.496718.5680-48.9781
CIE-Lab67.886623.6618-46.7803

#a09bfa color RGB value is (160,155,250).

#a09bfa hex color red value is 160, green value is 155 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #a09bfa hue: 0.68 , saturation: 0.90 and the lightness value of a09bfa is 0.79.

The process color (four color CMYK) of #a09bfa color hex is 0.36, 0.38, 0.00, 0.02. Web safe color of #a09bfa is #9999ff. Color #a09bfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10011011 11111010
Octal 240 233 372
Decimal 160 155 250
Hex A0 9B FA

RGB Percentages of Color #a09bfa

%28.32
%27.43
%44.25

CMYK Percentages of Color #a09bfa

%36
%38
%0
%2

Triadic Colors of #a09bfa

#a09bfa #faa09b #9bfaa0

Analogous Colors of #a09bfa

#a09bfa #d09bfa #9bc6fa

Monochromatic Colors of #a09bfa

#a09bfa

Complementary Color

#a09bfa #f5fa9b

#a09bfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a09bfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a09bfa Color CSS Codes

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

#a09bfa Text Font Color

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

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


#a09bfa Background Color

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

This div background color is #a09bfa


#a09bfa Border Color

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

This div border color is #a09bfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a09bfa


Comments

No comments written yet.

Please login to write comment.