Color Hex Logo

#a1abfb Color Hex

#A1ABFB
(161,171,251)
0 Favorites   0 Comments

Color spaces of #a1abfb

RGB 161171251
HSL0.650.920.81
HSV233°36°98°
CMYK 0.360.320.00   0.02
XYZ46.673443.667997.2356
Yxy43.66790.24880.2328
Hunter Lab66.081710.4313-40.9848
CIE-Lab72.006015.1337-40.8636

#a1abfb color RGB value is (161,171,251).

#a1abfb hex color red value is 161, green value is 171 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #a1abfb hue: 0.65 , saturation: 0.92 and the lightness value of a1abfb is 0.81.

The process color (four color CMYK) of #a1abfb color hex is 0.36, 0.32, 0.00, 0.02. Web safe color of #a1abfb is #9999ff. Color #a1abfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10101011 11111011
Octal 241 253 373
Decimal 161 171 251
Hex A1 AB FB

RGB Percentages of Color #a1abfb

%27.62
%29.33
%43.05

CMYK Percentages of Color #a1abfb

%36
%32
%0
%2

Triadic Colors of #a1abfb

#a1abfb #fba1ab #abfba1

Analogous Colors of #a1abfb

#a1abfb #c4a1fb #a1d8fb

Monochromatic Colors of #a1abfb

#a1abfb

Complementary Color

#a1abfb #fbf1a1

#a1abfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1abfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1abfb Color CSS Codes

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

#a1abfb Text Font Color

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

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


#a1abfb Background Color

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

This div background color is #a1abfb


#a1abfb Border Color

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

This div border color is #a1abfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1abfb


Comments

No comments written yet.

Please login to write comment.