Color Hex Logo

#a98bfa Color Hex

#A98BFA
(169,139,250)
0 Favorites   0 Comments

Color spaces of #a98bfa

RGB 169139250
HSL0.710.920.76
HSV256°44°98°
CMYK 0.320.440.00   0.02
XYZ42.850133.802494.7085
Yxy33.80240.25010.1973
Hunter Lab58.139829.8130-55.8842
CIE-Lab64.805435.0911-51.5951

#a98bfa color RGB value is (169,139,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 10001011 11111010
Octal 251 213 372
Decimal 169 139 250
Hex A9 8B FA

RGB Percentages of Color #a98bfa

%30.29
%24.91
%44.80

CMYK Percentages of Color #a98bfa

%32
%44
%0
%2

Triadic Colors of #a98bfa

#a98bfa #faa98b #8bfaa9

Analogous Colors of #a98bfa

#a98bfa #e18bfa #8ba5fa

Monochromatic Colors of #a98bfa

#a98bfa

Complementary Color

#a98bfa #dcfa8b

#a98bfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a98bfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a98bfa Color CSS Codes

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

#a98bfa Text Font Color

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

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


#a98bfa Background Color

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

This div background color is #a98bfa


#a98bfa Border Color

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

This div border color is #a98bfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a98bfa


Comments

No comments written yet.

Please login to write comment.