Color Hex Logo

#ab49db Color Hex

#AB49DB
(171,73,219)
0 Favorites   0 Comments

Color spaces of #ab49db

RGB 17173219
HSL0.780.670.57
HSV280°67°86°
CMYK 0.220.670.00   0.14
XYZ31.963318.537568.9113
Yxy18.53750.26770.1552
Hunter Lab43.055257.1682-64.7570
CIE-Lab50.141762.6091-57.6771

#ab49db color RGB value is (171,73,219).

#ab49db hex color red value is 171, green value is 73 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ab49db hue: 0.78 , saturation: 0.67 and the lightness value of ab49db is 0.57.

The process color (four color CMYK) of #ab49db color hex is 0.22, 0.67, 0.00, 0.14. Web safe color of #ab49db is #9933cc. Color #ab49db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01001001 11011011
Octal 253 111 333
Decimal 171 73 219
Hex AB 49 DB

RGB Percentages of Color #ab49db

%36.93
%15.77
%47.30

CMYK Percentages of Color #ab49db

%22
%67
%0
%14

Triadic Colors of #ab49db

#ab49db #dbab49 #49dbab

Analogous Colors of #ab49db

#ab49db #db49c2 #6249db

Monochromatic Colors of #ab49db

#ab49db

Complementary Color

#ab49db #79db49

#ab49db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab49db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab49db Color CSS Codes

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

#ab49db Text Font Color

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

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


#ab49db Background Color

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

This div background color is #ab49db


#ab49db Border Color

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

This div border color is #ab49db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab49db


Comments

No comments written yet.

Please login to write comment.