Color Hex Logo

#a98cfc Color Hex

#A98CFC
(169,140,252)
0 Favorites   0 Comments

Color spaces of #a98cfc

RGB 169140252
HSL0.710.950.77
HSV256°44°99°
CMYK 0.330.440.00   0.01
XYZ43.311034.219596.4177
Yxy34.21950.24900.1967
Hunter Lab58.497429.7894-56.7758
CIE-Lab65.136435.0340-52.1661

#a98cfc color RGB value is (169,140,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 10001100 11111100
Octal 251 214 374
Decimal 169 140 252
Hex A9 8C FC

RGB Percentages of Color #a98cfc

%30.12
%24.96
%44.92

CMYK Percentages of Color #a98cfc

%33
%44
%0
%1

Triadic Colors of #a98cfc

#a98cfc #fca98c #8cfca9

Analogous Colors of #a98cfc

#a98cfc #e18cfc #8ca7fc

Monochromatic Colors of #a98cfc

#a98cfc

Complementary Color

#a98cfc #dffc8c

#a98cfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a98cfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a98cfc Color CSS Codes

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

#a98cfc Text Font Color

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

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


#a98cfc Background Color

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

This div background color is #a98cfc


#a98cfc Border Color

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

This div border color is #a98cfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a98cfc

Related Colors


Comments

No comments written yet.

Please login to write comment.