Color Hex Logo

#a998fc Color Hex

#A998FC
(169,152,252)
0 Favorites   0 Comments

Color spaces of #a998fc

RGB 169152252
HSL0.700.940.79
HSV250°40°99°
CMYK 0.330.400.00   0.01
XYZ45.161137.919897.0345
Yxy37.91980.25070.2105
Hunter Lab61.579123.1457-50.3221
CIE-Lab67.961528.2595-47.7040

#a998fc color RGB value is (169,152,252).

#a998fc hex color red value is 169, green value is 152 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #a998fc hue: 0.70 , saturation: 0.94 and the lightness value of a998fc is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 10011000 11111100
Octal 251 230 374
Decimal 169 152 252
Hex A9 98 FC

RGB Percentages of Color #a998fc

%29.49
%26.53
%43.98

CMYK Percentages of Color #a998fc

%33
%40
%0
%1

Triadic Colors of #a998fc

#a998fc #fca998 #98fca9

Analogous Colors of #a998fc

#a998fc #db98fc #98b9fc

Monochromatic Colors of #a998fc

#a998fc

Complementary Color

#a998fc #ebfc98

#a998fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a998fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a998fc Color CSS Codes

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

#a998fc Text Font Color

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

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


#a998fc Background Color

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

This div background color is #a998fc


#a998fc Border Color

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

This div border color is #a998fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a998fc


Comments

No comments written yet.

Please login to write comment.