Color Hex Logo

#aba1f1 Color Hex

#ABA1F1
(171,161,241)
0 Favorites   0 Comments

Color spaces of #aba1f1

RGB 171161241
HSL0.690.740.79
HSV248°33°95°
CMYK 0.290.330.00   0.05
XYZ45.416640.498588.6424
Yxy40.49850.26020.2320
Hunter Lab63.638416.0222-38.0385
CIE-Lab69.823120.9695-38.7776

#aba1f1 color RGB value is (171,161,241).

#aba1f1 hex color red value is 171, green value is 161 and the blue value of its RGB is 241. Cylindrical-coordinate representations (also known as HSL) of color #aba1f1 hue: 0.69 , saturation: 0.74 and the lightness value of aba1f1 is 0.79.

The process color (four color CMYK) of #aba1f1 color hex is 0.29, 0.33, 0.00, 0.05. Web safe color of #aba1f1 is #9999ff. Color #aba1f1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100001 11110001
Octal 253 241 361
Decimal 171 161 241
Hex AB A1 F1

RGB Percentages of Color #aba1f1

%29.84
%28.10
%42.06

CMYK Percentages of Color #aba1f1

%29
%33
%0
%5

Triadic Colors of #aba1f1

#aba1f1 #f1aba1 #a1f1ab

Analogous Colors of #aba1f1

#aba1f1 #d3a1f1 #a1bff1

Monochromatic Colors of #aba1f1

#aba1f1

Complementary Color

#aba1f1 #e7f1a1

#aba1f1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba1f1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba1f1 Color CSS Codes

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

#aba1f1 Text Font Color

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

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


#aba1f1 Background Color

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

This div background color is #aba1f1


#aba1f1 Border Color

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

This div border color is #aba1f1


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,161,241, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba1f1


Comments

No comments written yet.

Please login to write comment.