Color Hex Logo

#ab61db Color Hex

#AB61DB
(171,97,219)
0 Favorites   0 Comments

Color spaces of #ab61db

RGB 17197219
HSL0.770.630.62
HSV276°56°86°
CMYK 0.220.560.00   0.14
XYZ33.855522.321869.5420
Yxy22.32180.26930.1776
Hunter Lab47.246045.2291-54.1976
CIE-Lab54.366851.1274-50.9147

#ab61db color RGB value is (171,97,219).

#ab61db hex color red value is 171, green value is 97 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ab61db hue: 0.77 , saturation: 0.63 and the lightness value of ab61db is 0.62.

The process color (four color CMYK) of #ab61db color hex is 0.22, 0.56, 0.00, 0.14. Web safe color of #ab61db is #9966cc. Color #ab61db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01100001 11011011
Octal 253 141 333
Decimal 171 97 219
Hex AB 61 DB

RGB Percentages of Color #ab61db

%35.11
%19.92
%44.97

CMYK Percentages of Color #ab61db

%22
%56
%0
%14

Triadic Colors of #ab61db

#ab61db #dbab61 #61dbab

Analogous Colors of #ab61db

#ab61db #db61ce #6e61db

Monochromatic Colors of #ab61db

#ab61db

Complementary Color

#ab61db #91db61

#ab61db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab61db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab61db Color CSS Codes

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

#ab61db Text Font Color

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

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


#ab61db Background Color

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

This div background color is #ab61db


#ab61db Border Color

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

This div border color is #ab61db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab61db


Comments

No comments written yet.

Please login to write comment.