Color Hex Logo

#aba7fa Color Hex

#ABA7FA
(171,167,250)
0 Favorites   0 Comments

Color spaces of #aba7fa

RGB 171167250
HSL0.670.890.82
HSV243°33°98°
CMYK 0.320.330.00   0.02
XYZ47.868643.197596.2575
Yxy43.19750.25550.2306
Hunter Lab65.724814.9865-40.8260
CIE-Lab71.688819.8395-40.7624

#aba7fa color RGB value is (171,167,250).

#aba7fa hex color red value is 171, green value is 167 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #aba7fa hue: 0.67 , saturation: 0.89 and the lightness value of aba7fa is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100111 11111010
Octal 253 247 372
Decimal 171 167 250
Hex AB A7 FA

RGB Percentages of Color #aba7fa

%29.08
%28.40
%42.52

CMYK Percentages of Color #aba7fa

%32
%33
%0
%2

Triadic Colors of #aba7fa

#aba7fa #faaba7 #a7faab

Analogous Colors of #aba7fa

#aba7fa #d5a7fa #a7cdfa

Monochromatic Colors of #aba7fa

#aba7fa

Complementary Color

#aba7fa #f6faa7

#aba7fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba7fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba7fa Color CSS Codes

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

#aba7fa Text Font Color

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

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


#aba7fa Background Color

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

This div background color is #aba7fa


#aba7fa Border Color

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

This div border color is #aba7fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba7fa


Comments

No comments written yet.

Please login to write comment.