Color Hex Logo

#ab91db Color Hex

#AB91DB
(171,145,219)
0 Favorites   0 Comments

Color spaces of #ab91db

RGB 171145219
HSL0.730.510.71
HSV261°34°86°
CMYK 0.220.340.00   0.14
XYZ39.706234.023271.4922
Yxy34.02320.27340.2343
Hunter Lab58.329419.4327-31.8390
CIE-Lab64.981024.7188-34.2095

#ab91db color RGB value is (171,145,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10010001 11011011
Octal 253 221 333
Decimal 171 145 219
Hex AB 91 DB

RGB Percentages of Color #ab91db

%31.96
%27.10
%40.93

CMYK Percentages of Color #ab91db

%22
%34
%0
%14

Triadic Colors of #ab91db

#ab91db #dbab91 #91dbab

Analogous Colors of #ab91db

#ab91db #d091db #919cdb

Monochromatic Colors of #ab91db

#ab91db

Complementary Color

#ab91db #c1db91

#ab91db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab91db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab91db Color CSS Codes

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

#ab91db Text Font Color

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

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


#ab91db Background Color

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

This div background color is #ab91db


#ab91db Border Color

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

This div border color is #ab91db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab91db


Comments

No comments written yet.

Please login to write comment.