Color Hex Logo

#a98ffc Color Hex

#A98FFC
(169,143,252)
0 Favorites   0 Comments

Color spaces of #a98ffc

RGB 169143252
HSL0.710.950.77
HSV254°43°99°
CMYK 0.330.430.00   0.01
XYZ43.755335.108296.5659
Yxy35.10820.24940.2001
Hunter Lab59.252228.1236-55.1510
CIE-Lab65.832833.3435-51.0637

#a98ffc color RGB value is (169,143,252).

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

The process color (four color CMYK) of #a98ffc color hex is 0.33, 0.43, 0.00, 0.01. Web safe color of #a98ffc is #9999ff. Color #a98ffc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10001111 11111100
Octal 251 217 374
Decimal 169 143 252
Hex A9 8F FC

RGB Percentages of Color #a98ffc

%29.96
%25.35
%44.68

CMYK Percentages of Color #a98ffc

%33
%43
%0
%1

Triadic Colors of #a98ffc

#a98ffc #fca98f #8ffca9

Analogous Colors of #a98ffc

#a98ffc #e08ffc #8facfc

Monochromatic Colors of #a98ffc

#a98ffc

Complementary Color

#a98ffc #e2fc8f

#a98ffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a98ffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a98ffc Color CSS Codes

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

#a98ffc Text Font Color

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

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


#a98ffc Background Color

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

This div background color is #a98ffc


#a98ffc Border Color

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

This div border color is #a98ffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a98ffc


Comments

No comments written yet.

Please login to write comment.