Color Hex Logo

#a98cfb Color Hex

#A98CFB
(169,140,251)
0 Favorites   0 Comments

Color spaces of #a98cfb

RGB 169140251
HSL0.710.930.77
HSV256°44°98°
CMYK 0.330.440.00   0.02
XYZ43.152934.156295.5852
Yxy34.15620.24960.1976
Hunter Lab58.443329.5236-56.0597
CIE-Lab65.086434.7811-51.6980

#a98cfb color RGB value is (169,140,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 10001100 11111011
Octal 251 214 373
Decimal 169 140 251
Hex A9 8C FB

RGB Percentages of Color #a98cfb

%30.18
%25.00
%44.82

CMYK Percentages of Color #a98cfb

%33
%44
%0
%2

Triadic Colors of #a98cfb

#a98cfb #fba98c #8cfba9

Analogous Colors of #a98cfb

#a98cfb #e18cfb #8ca7fb

Monochromatic Colors of #a98cfb

#a98cfb

Complementary Color

#a98cfb #defb8c

#a98cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a98cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a98cfb Color CSS Codes

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

#a98cfb Text Font Color

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

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


#a98cfb Background Color

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

This div background color is #a98cfb


#a98cfb Border Color

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

This div border color is #a98cfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a98cfb


Comments

No comments written yet.

Please login to write comment.