Color Hex Logo

#aba3fb Color Hex

#ABA3FB
(171,163,251)
0 Favorites   0 Comments

Color spaces of #aba3fb

RGB 171163251
HSL0.680.920.81
HSV245°35°98°
CMYK 0.320.350.00   0.02
XYZ47.304441.817396.8451
Yxy41.81730.25440.2249
Hunter Lab64.666317.4095-43.5271
CIE-Lab70.744822.3396-42.7799

#aba3fb color RGB value is (171,163,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100011 11111011
Octal 253 243 373
Decimal 171 163 251
Hex AB A3 FB

RGB Percentages of Color #aba3fb

%29.23
%27.86
%42.91

CMYK Percentages of Color #aba3fb

%32
%35
%0
%2

Triadic Colors of #aba3fb

#aba3fb #fbaba3 #a3fbab

Analogous Colors of #aba3fb

#aba3fb #d7a3fb #a3c7fb

Monochromatic Colors of #aba3fb

#aba3fb

Complementary Color

#aba3fb #f3fba3

#aba3fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba3fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba3fb Color CSS Codes

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

#aba3fb Text Font Color

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

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


#aba3fb Background Color

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

This div background color is #aba3fb


#aba3fb Border Color

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

This div border color is #aba3fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba3fb

Related Colors


Comments

No comments written yet.

Please login to write comment.