Color Hex Logo

#b1aadd Color Hex

#B1AADD
(177,170,221)
0 Favorites   0 Comments

Color spaces of #b1aadd

RGB 177170221
HSL0.690.430.77
HSV248°23°87°
CMYK 0.200.230.00   0.13
XYZ45.557343.317074.3665
Yxy43.31700.27910.2654
Hunter Lab65.81578.3795-20.9221
CIE-Lab71.769612.9828-24.8041

#b1aadd color RGB value is (177,170,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 10101010 11011101
Octal 261 252 335
Decimal 177 170 221
Hex B1 AA DD

RGB Percentages of Color #b1aadd

%31.16
%29.93
%38.91

CMYK Percentages of Color #b1aadd

%20
%23
%0
%13

Triadic Colors of #b1aadd

#b1aadd #ddb1aa #aaddb1

Analogous Colors of #b1aadd

#b1aadd #cbaadd #aabddd

Monochromatic Colors of #b1aadd

#b1aadd

Complementary Color

#b1aadd #d6ddaa

#b1aadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1aadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1aadd Color CSS Codes

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

#b1aadd Text Font Color

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

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


#b1aadd Background Color

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

This div background color is #b1aadd


#b1aadd Border Color

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

This div border color is #b1aadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1aadd


Comments

No comments written yet.

Please login to write comment.