Color Hex Logo

#b1a8dd Color Hex

#B1A8DD
(177,168,221)
0 Favorites   0 Comments

Color spaces of #b1a8dd

RGB 177168221
HSL0.690.440.76
HSV250°24°87°
CMYK 0.200.240.00   0.13
XYZ45.185242.572874.2425
Yxy42.57280.27890.2628
Hunter Lab65.24789.4305-21.7899
CIE-Lab71.264114.0936-25.5778

#b1a8dd color RGB value is (177,168,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 10101000 11011101
Octal 261 250 335
Decimal 177 168 221
Hex B1 A8 DD

RGB Percentages of Color #b1a8dd

%31.27
%29.68
%39.05

CMYK Percentages of Color #b1a8dd

%20
%24
%0
%13

Triadic Colors of #b1a8dd

#b1a8dd #ddb1a8 #a8ddb1

Analogous Colors of #b1a8dd

#b1a8dd #cca8dd #a8badd

Monochromatic Colors of #b1a8dd

#b1a8dd

Complementary Color

#b1a8dd #d4dda8

#b1a8dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1a8dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1a8dd Color CSS Codes

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

#b1a8dd Text Font Color

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

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


#b1a8dd Background Color

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

This div background color is #b1a8dd


#b1a8dd Border Color

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

This div border color is #b1a8dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1a8dd


Comments

No comments written yet.

Please login to write comment.