Color Hex Logo

#b1abce Color Hex

#B1ABCE
(177,171,206)
0 Favorites   0 Comments

Color spaces of #b1abce

RGB 177171206
HSL0.700.260.74
HSV250°17°81°
CMYK 0.140.170.00   0.19
XYZ43.835042.929264.3683
Yxy42.92920.29000.2841
Hunter Lab65.52044.7609-12.3832
CIE-Lab71.50699.1206-16.9809

#b1abce color RGB value is (177,171,206).

#b1abce hex color red value is 177, green value is 171 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #b1abce hue: 0.70 , saturation: 0.26 and the lightness value of b1abce is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 10101011 11001110
Octal 261 253 316
Decimal 177 171 206
Hex B1 AB CE

RGB Percentages of Color #b1abce

%31.95
%30.87
%37.18

CMYK Percentages of Color #b1abce

%14
%17
%0
%19

Triadic Colors of #b1abce

#b1abce #ceb1ab #abceb1

Analogous Colors of #b1abce

#b1abce #c3abce #abb7ce

Monochromatic Colors of #b1abce

#b1abce

Complementary Color

#b1abce #c8ceab

#b1abce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1abce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1abce Color CSS Codes

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

#b1abce Text Font Color

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

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


#b1abce Background Color

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

This div background color is #b1abce


#b1abce Border Color

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

This div border color is #b1abce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1abce


Comments

No comments written yet.

Please login to write comment.