Color Hex Logo

#b1b1df Color Hex

#B1B1DF
(177,177,223)
0 Favorites   0 Comments

Color spaces of #b1b1df

RGB 177177223
HSL0.670.420.78
HSV240°21°87°
CMYK 0.210.210.00   0.13
XYZ47.172946.119176.2276
Yxy46.11910.27830.2721
Hunter Lab67.91105.1467-19.0131
CIE-Lab73.62279.5670-23.0662

#b1b1df color RGB value is (177,177,223).

#b1b1df hex color red value is 177, green value is 177 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #b1b1df hue: 0.67 , saturation: 0.42 and the lightness value of b1b1df is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 10110001 11011111
Octal 261 261 337
Decimal 177 177 223
Hex B1 B1 DF

RGB Percentages of Color #b1b1df

%30.68
%30.68
%38.65

CMYK Percentages of Color #b1b1df

%21
%21
%0
%13

Triadic Colors of #b1b1df

#b1b1df #dfb1b1 #b1dfb1

Analogous Colors of #b1b1df

#b1b1df #c8b1df #b1c8df

Monochromatic Colors of #b1b1df

#b1b1df

Complementary Color

#b1b1df #dfdfb1

#b1b1df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1b1df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1b1df Color CSS Codes

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

#b1b1df Text Font Color

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

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


#b1b1df Background Color

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

This div background color is #b1b1df


#b1b1df Border Color

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

This div border color is #b1b1df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1b1df


Comments

No comments written yet.

Please login to write comment.