Color Hex Logo

#ab9bdb Color Hex

#AB9BDB
(171,155,219)
0 Favorites   0 Comments

Color spaces of #ab9bdb

RGB 171155219
HSL0.710.470.73
HSV255°29°86°
CMYK 0.220.290.00   0.14
XYZ41.302137.215172.0242
Yxy37.21510.27440.2472
Hunter Lab61.004214.0938-27.2974
CIE-Lab67.438119.0698-30.4032

#ab9bdb color RGB value is (171,155,219).

#ab9bdb hex color red value is 171, green value is 155 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ab9bdb hue: 0.71 , saturation: 0.47 and the lightness value of ab9bdb is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10011011 11011011
Octal 253 233 333
Decimal 171 155 219
Hex AB 9B DB

RGB Percentages of Color #ab9bdb

%31.38
%28.44
%40.18

CMYK Percentages of Color #ab9bdb

%22
%29
%0
%14

Triadic Colors of #ab9bdb

#ab9bdb #dbab9b #9bdbab

Analogous Colors of #ab9bdb

#ab9bdb #cb9bdb #9babdb

Monochromatic Colors of #ab9bdb

#ab9bdb

Complementary Color

#ab9bdb #cbdb9b

#ab9bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab9bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab9bdb Color CSS Codes

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

#ab9bdb Text Font Color

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

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


#ab9bdb Background Color

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

This div background color is #ab9bdb


#ab9bdb Border Color

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

This div border color is #ab9bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab9bdb


Comments

No comments written yet.

Please login to write comment.