Color Hex Logo

#b1acdb Color Hex

#B1ACDB
(177,172,219)
0 Favorites   0 Comments

Color spaces of #b1acdb

RGB 177172219
HSL0.680.390.77
HSV246°21°86°
CMYK 0.190.210.00   0.14
XYZ45.670243.966673.0972
Yxy43.96660.28060.2702
Hunter Lab66.30736.9069-18.9462
CIE-Lab72.206211.4240-23.0435

#b1acdb color RGB value is (177,172,219).

#b1acdb hex color red value is 177, green value is 172 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b1acdb hue: 0.68 , saturation: 0.39 and the lightness value of b1acdb is 0.77.

The process color (four color CMYK) of #b1acdb color hex is 0.19, 0.21, 0.00, 0.14. Web safe color of #b1acdb is #9999cc. Color #b1acdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10101100 11011011
Octal 261 254 333
Decimal 177 172 219
Hex B1 AC DB

RGB Percentages of Color #b1acdb

%31.16
%30.28
%38.56

CMYK Percentages of Color #b1acdb

%19
%21
%0
%14

Triadic Colors of #b1acdb

#b1acdb #dbb1ac #acdbb1

Analogous Colors of #b1acdb

#b1acdb #c9acdb #acbfdb

Monochromatic Colors of #b1acdb

#b1acdb

Complementary Color

#b1acdb #d6dbac

#b1acdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1acdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1acdb Color CSS Codes

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

#b1acdb Text Font Color

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

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


#b1acdb Background Color

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

This div background color is #b1acdb


#b1acdb Border Color

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

This div border color is #b1acdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1acdb


Comments

No comments written yet.

Please login to write comment.