Color Hex Logo

#b9abdc Color Hex

#B9ABDC
(185,171,220)
0 Favorites   0 Comments

Color spaces of #b9abdc

RGB 185171220
HSL0.710.410.77
HSV257°22°86°
CMYK 0.160.220.00   0.14
XYZ47.488844.607473.8173
Yxy44.60740.28620.2689
Hunter Lab66.788810.0385-18.7773
CIE-Lab72.632614.7165-22.8815

#b9abdc color RGB value is (185,171,220).

#b9abdc hex color red value is 185, green value is 171 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b9abdc hue: 0.71 , saturation: 0.41 and the lightness value of b9abdc is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 10101011 11011100
Octal 271 253 334
Decimal 185 171 220
Hex B9 AB DC

RGB Percentages of Color #b9abdc

%32.12
%29.69
%38.19

CMYK Percentages of Color #b9abdc

%16
%22
%0
%14

Triadic Colors of #b9abdc

#b9abdc #dcb9ab #abdcb9

Analogous Colors of #b9abdc

#b9abdc #d2abdc #abb6dc

Monochromatic Colors of #b9abdc

#b9abdc

Complementary Color

#b9abdc #cedcab

#b9abdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9abdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9abdc Color CSS Codes

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

#b9abdc Text Font Color

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

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


#b9abdc Background Color

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

This div background color is #b9abdc


#b9abdc Border Color

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

This div border color is #b9abdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,171,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b9abdc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9abdc


Comments

No comments written yet.

Please login to write comment.