Color Hex Logo

#b1abde Color Hex

#B1ABDE
(177,171,222)
0 Favorites   0 Comments

Color spaces of #b1abde

RGB 177171222
HSL0.690.440.77
HSV247°23°87°
CMYK 0.200.230.00   0.13
XYZ45.879243.746975.1331
Yxy43.74690.27850.2655
Hunter Lab66.14148.0695-21.0512
CIE-Lab72.059012.6548-24.9083

#b1abde color RGB value is (177,171,222).

#b1abde hex color red value is 177, green value is 171 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #b1abde hue: 0.69 , saturation: 0.44 and the lightness value of b1abde is 0.77.

The process color (four color CMYK) of #b1abde color hex is 0.20, 0.23, 0.00, 0.13. Web safe color of #b1abde is #9999cc. Color #b1abde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10101011 11011110
Octal 261 253 336
Decimal 177 171 222
Hex B1 AB DE

RGB Percentages of Color #b1abde

%31.05
%30.00
%38.95

CMYK Percentages of Color #b1abde

%20
%23
%0
%13

Triadic Colors of #b1abde

#b1abde #deb1ab #abdeb1

Analogous Colors of #b1abde

#b1abde #cbabde #abbfde

Monochromatic Colors of #b1abde

#b1abde

Complementary Color

#b1abde #d8deab

#b1abde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1abde Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1abde Color CSS Codes

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

#b1abde Text Font Color

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

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


#b1abde Background Color

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

This div background color is #b1abde


#b1abde Border Color

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

This div border color is #b1abde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1abde


Comments

No comments written yet.

Please login to write comment.