Color Hex Logo

#a98bff Color Hex

#A98BFF
(169,139,255)
0 Favorites   0 Comments

Color spaces of #a98bff

RGB 169139255
HSL0.711.000.77
HSV256°45°100°
CMYK 0.340.450.00   0.00
XYZ43.644834.120398.8933
Yxy34.12030.24710.1931
Hunter Lab58.412631.1499-59.4900
CIE-Lab65.057936.3582-53.9312

#a98bff color RGB value is (169,139,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 10001011 11111111
Octal 251 213 377
Decimal 169 139 255
Hex A9 8B FF

RGB Percentages of Color #a98bff

%30.02
%24.69
%45.29

CMYK Percentages of Color #a98bff

%34
%45
%0
%0

Triadic Colors of #a98bff

#a98bff #ffa98b #8bffa9

Analogous Colors of #a98bff

#a98bff #e38bff #8ba7ff

Monochromatic Colors of #a98bff

#a98bff

Complementary Color

#a98bff #e1ff8b

#a98bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a98bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a98bff Color CSS Codes

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

#a98bff Text Font Color

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

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


#a98bff Background Color

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

This div background color is #a98bff


#a98bff Border Color

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

This div border color is #a98bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a98bff

#a98bff Color Palettes


Comments

No comments written yet.

Please login to write comment.