Color Hex Logo

#aba8df Color Hex

#ABA8DF
(171,168,223)
0 Favorites   0 Comments

Color spaces of #aba8df

RGB 171168223
HSL0.680.460.77
HSV243°25°87°
CMYK 0.230.250.00   0.13
XYZ44.116541.990975.5919
Yxy41.99090.27280.2597
Hunter Lab64.80048.1232-23.8036
CIE-Lab70.864612.7141-27.3265

#aba8df color RGB value is (171,168,223).

#aba8df hex color red value is 171, green value is 168 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #aba8df hue: 0.68 , saturation: 0.46 and the lightness value of aba8df is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101000 11011111
Octal 253 250 337
Decimal 171 168 223
Hex AB A8 DF

RGB Percentages of Color #aba8df

%30.43
%29.89
%39.68

CMYK Percentages of Color #aba8df

%23
%25
%0
%13

Triadic Colors of #aba8df

#aba8df #dfaba8 #a8dfab

Analogous Colors of #aba8df

#aba8df #c7a8df #a8c1df

Monochromatic Colors of #aba8df

#aba8df

Complementary Color

#aba8df #dcdfa8

#aba8df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba8df Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba8df Color CSS Codes

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

#aba8df Text Font Color

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

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


#aba8df Background Color

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

This div background color is #aba8df


#aba8df Border Color

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

This div border color is #aba8df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba8df


Comments

No comments written yet.

Please login to write comment.