Color Hex Logo

#aba4df Color Hex

#ABA4DF
(171,164,223)
0 Favorites   0 Comments

Color spaces of #aba4df

RGB 171164223
HSL0.690.480.76
HSV247°26°87°
CMYK 0.230.260.00   0.13
XYZ43.389340.536675.3495
Yxy40.53660.27240.2545
Hunter Lab63.668410.2262-25.6000
CIE-Lab69.850014.9485-28.8864

#aba4df color RGB value is (171,164,223).

#aba4df hex color red value is 171, green value is 164 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #aba4df hue: 0.69 , saturation: 0.48 and the lightness value of aba4df is 0.76.

The process color (four color CMYK) of #aba4df color hex is 0.23, 0.26, 0.00, 0.13. Web safe color of #aba4df is #9999cc. Color #aba4df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100100 11011111
Octal 253 244 337
Decimal 171 164 223
Hex AB A4 DF

RGB Percentages of Color #aba4df

%30.65
%29.39
%39.96

CMYK Percentages of Color #aba4df

%23
%26
%0
%13

Triadic Colors of #aba4df

#aba4df #dfaba4 #a4dfab

Analogous Colors of #aba4df

#aba4df #c9a4df #a4bbdf

Monochromatic Colors of #aba4df

#aba4df

Complementary Color

#aba4df #d8dfa4

#aba4df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba4df Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba4df Color CSS Codes

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

#aba4df Text Font Color

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

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


#aba4df Background Color

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

This div background color is #aba4df


#aba4df Border Color

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

This div border color is #aba4df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba4df


Comments

No comments written yet.

Please login to write comment.