Color Hex Logo

#aba4ff Color Hex

#ABA4FF
(171,164,255)
0 Favorites   0 Comments

Color spaces of #aba4ff

RGB 171164255
HSL0.681.000.82
HSV245°36°100°
CMYK 0.330.360.00   0.00
XYZ48.120042.4288100.2611
Yxy42.42880.25220.2224
Hunter Lab65.137417.8758-45.6645
CIE-Lab71.165622.7901-44.2897

#aba4ff color RGB value is (171,164,255).

#aba4ff hex color red value is 171, green value is 164 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #aba4ff hue: 0.68 , saturation: 1.00 and the lightness value of aba4ff is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100100 11111111
Octal 253 244 377
Decimal 171 164 255
Hex AB A4 FF

RGB Percentages of Color #aba4ff

%28.98
%27.80
%43.22

CMYK Percentages of Color #aba4ff

%33
%36
%0
%0

Triadic Colors of #aba4ff

#aba4ff #ffaba4 #a4ffab

Analogous Colors of #aba4ff

#aba4ff #d9a4ff #a4cbff

Monochromatic Colors of #aba4ff

#aba4ff

Complementary Color

#aba4ff #f8ffa4

#aba4ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba4ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba4ff Color CSS Codes

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

#aba4ff Text Font Color

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

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


#aba4ff Background Color

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

This div background color is #aba4ff


#aba4ff Border Color

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

This div border color is #aba4ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba4ff


Comments

No comments written yet.

Please login to write comment.