Color Hex Logo

#a98fff Color Hex

#A98FFF
(169,143,255)
0 Favorites   0 Comments

Color spaces of #a98fff

RGB 169143255
HSL0.711.000.78
HSV254°44°100°
CMYK 0.340.440.00   0.00
XYZ44.234635.299999.0899
Yxy35.29990.24760.1976
Hunter Lab59.413728.9225-57.2940
CIE-Lab65.981534.1073-52.4672

#a98fff color RGB value is (169,143,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 10001111 11111111
Octal 251 217 377
Decimal 169 143 255
Hex A9 8F FF

RGB Percentages of Color #a98fff

%29.81
%25.22
%44.97

CMYK Percentages of Color #a98fff

%34
%44
%0
%0

Triadic Colors of #a98fff

#a98fff #ffa98f #8fffa9

Analogous Colors of #a98fff

#a98fff #e18fff #8fadff

Monochromatic Colors of #a98fff

#a98fff

Complementary Color

#a98fff #e5ff8f

#a98fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a98fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a98fff Color CSS Codes

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

#a98fff Text Font Color

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

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


#a98fff Background Color

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

This div background color is #a98fff


#a98fff Border Color

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

This div border color is #a98fff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a98fff


Comments

No comments written yet.

Please login to write comment.