Color Hex Logo

#b6abdb Color Hex

#B6ABDB
(182,171,219)
0 Favorites   0 Comments

Color spaces of #b6abdb

RGB 182171219
HSL0.700.400.76
HSV254°22°86°
CMYK 0.170.220.00   0.14
XYZ46.640544.185473.0882
Yxy44.18540.28450.2696
Hunter Lab66.47218.9193-18.6608
CIE-Lab72.352213.5484-22.7845

#b6abdb color RGB value is (182,171,219).

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

The process color (four color CMYK) of #b6abdb color hex is 0.17, 0.22, 0.00, 0.14. Web safe color of #b6abdb is #cc99cc. Color #b6abdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10101011 11011011
Octal 266 253 333
Decimal 182 171 219
Hex B6 AB DB

RGB Percentages of Color #b6abdb

%31.82
%29.90
%38.29

CMYK Percentages of Color #b6abdb

%17
%22
%0
%14

Triadic Colors of #b6abdb

#b6abdb #dbb6ab #abdbb6

Analogous Colors of #b6abdb

#b6abdb #ceabdb #abb8db

Monochromatic Colors of #b6abdb

#b6abdb

Complementary Color

#b6abdb #d0dbab

#b6abdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6abdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6abdb Color CSS Codes

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

#b6abdb Text Font Color

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

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


#b6abdb Background Color

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

This div background color is #b6abdb


#b6abdb Border Color

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

This div border color is #b6abdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6abdb


Comments

No comments written yet.

Please login to write comment.