Color Hex Logo

#b8abdb Color Hex

#B8ABDB
(184,171,219)
0 Favorites   0 Comments

Color spaces of #b8abdb

RGB 184171219
HSL0.710.400.76
HSV256°22°86°
CMYK 0.160.220.00   0.14
XYZ47.116344.430673.1105
Yxy44.43060.28610.2698
Hunter Lab66.65639.5251-18.3716
CIE-Lab72.515414.1818-22.5211

#b8abdb color RGB value is (184,171,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10101011 11011011
Octal 270 253 333
Decimal 184 171 219
Hex B8 AB DB

RGB Percentages of Color #b8abdb

%32.06
%29.79
%38.15

CMYK Percentages of Color #b8abdb

%16
%22
%0
%14

Triadic Colors of #b8abdb

#b8abdb #dbb8ab #abdbb8

Analogous Colors of #b8abdb

#b8abdb #d0abdb #abb6db

Monochromatic Colors of #b8abdb

#b8abdb

Complementary Color

#b8abdb #cedbab

#b8abdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8abdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8abdb Color CSS Codes

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

#b8abdb Text Font Color

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

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


#b8abdb Background Color

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

This div background color is #b8abdb


#b8abdb Border Color

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

This div border color is #b8abdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8abdb


Comments

No comments written yet.

Please login to write comment.