Color Hex Logo

#aba7db Color Hex

#ABA7DB
(171,167,219)
0 Favorites   0 Comments

Color spaces of #aba7db

RGB 171167219
HSL0.680.420.76
HSV245°24°86°
CMYK 0.220.240.00   0.14
XYZ43.399541.409872.7233
Yxy41.40980.27550.2629
Hunter Lab64.35047.7714-21.9591
CIE-Lab70.462112.3405-25.7515

#aba7db color RGB value is (171,167,219).

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

The process color (four color CMYK) of #aba7db color hex is 0.22, 0.24, 0.00, 0.14. Web safe color of #aba7db is #9999cc. Color #aba7db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100111 11011011
Octal 253 247 333
Decimal 171 167 219
Hex AB A7 DB

RGB Percentages of Color #aba7db

%30.70
%29.98
%39.32

CMYK Percentages of Color #aba7db

%22
%24
%0
%14

Triadic Colors of #aba7db

#aba7db #dbaba7 #a7dbab

Analogous Colors of #aba7db

#aba7db #c5a7db #a7bddb

Monochromatic Colors of #aba7db

#aba7db

Complementary Color

#aba7db #d7dba7

#aba7db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba7db Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba7db Color CSS Codes

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

#aba7db Text Font Color

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

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


#aba7db Background Color

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

This div background color is #aba7db


#aba7db Border Color

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

This div border color is #aba7db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba7db


Comments

No comments written yet.

Please login to write comment.