Color Hex Logo

#aba7df Color Hex

#ABA7DF
(171,167,223)
0 Favorites   0 Comments

Color spaces of #aba7df

RGB 171167223
HSL0.680.470.76
HSV244°25°87°
CMYK 0.230.250.00   0.13
XYZ43.932641.623175.5306
Yxy41.62310.27270.2584
Hunter Lab64.51608.6479-24.2512
CIE-Lab70.610313.2718-27.7172

#aba7df color RGB value is (171,167,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100111 11011111
Octal 253 247 337
Decimal 171 167 223
Hex AB A7 DF

RGB Percentages of Color #aba7df

%30.48
%29.77
%39.75

CMYK Percentages of Color #aba7df

%23
%25
%0
%13

Triadic Colors of #aba7df

#aba7df #dfaba7 #a7dfab

Analogous Colors of #aba7df

#aba7df #c7a7df #a7bfdf

Monochromatic Colors of #aba7df

#aba7df

Complementary Color

#aba7df #dbdfa7

#aba7df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba7df Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba7df Color CSS Codes

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

#aba7df Text Font Color

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

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


#aba7df Background Color

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

This div background color is #aba7df


#aba7df Border Color

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

This div border color is #aba7df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba7df


Comments

No comments written yet.

Please login to write comment.