Color Hex Logo

#ab6edb Color Hex

#AB6EDB
(171,110,219)
0 Favorites   0 Comments

Color spaces of #ab6edb

RGB 171110219
HSL0.760.600.65
HSV274°50°86°
CMYK 0.220.500.00   0.14
XYZ35.156724.924369.9757
Yxy24.92430.27030.1916
Hunter Lab49.924238.3324-48.1561
CIE-Lab57.001644.2543-46.7292

#ab6edb color RGB value is (171,110,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01101110 11011011
Octal 253 156 333
Decimal 171 110 219
Hex AB 6E DB

RGB Percentages of Color #ab6edb

%34.20
%22.00
%43.80

CMYK Percentages of Color #ab6edb

%22
%50
%0
%14

Triadic Colors of #ab6edb

#ab6edb #dbab6e #6edbab

Analogous Colors of #ab6edb

#ab6edb #db6ed5 #756edb

Monochromatic Colors of #ab6edb

#ab6edb

Complementary Color

#ab6edb #9edb6e

#ab6edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab6edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab6edb Color CSS Codes

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

#ab6edb Text Font Color

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

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


#ab6edb Background Color

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

This div background color is #ab6edb


#ab6edb Border Color

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

This div border color is #ab6edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab6edb


Comments

No comments written yet.

Please login to write comment.