Color Hex Logo

#b6b1ff Color Hex

#B6B1FF
(182,177,255)
0 Favorites   0 Comments

Color spaces of #b6b1ff

RGB 182177255
HSL0.681.000.85
HSV244°31°100°
CMYK 0.290.310.00   0.00
XYZ53.063548.6094101.1935
Yxy48.60940.26160.2396
Hunter Lab69.720413.8437-37.2503
CIE-Lab75.207718.5713-37.9219

#b6b1ff color RGB value is (182,177,255).

#b6b1ff hex color red value is 182, green value is 177 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #b6b1ff hue: 0.68 , saturation: 1.00 and the lightness value of b6b1ff is 0.85.

The process color (four color CMYK) of #b6b1ff color hex is 0.29, 0.31, 0.00, 0.00. Web safe color of #b6b1ff is #cc99ff. Color #b6b1ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10110001 11111111
Octal 266 261 377
Decimal 182 177 255
Hex B6 B1 FF

RGB Percentages of Color #b6b1ff

%29.64
%28.83
%41.53

CMYK Percentages of Color #b6b1ff

%29
%31
%0
%0

Triadic Colors of #b6b1ff

#b6b1ff #ffb6b1 #b1ffb6

Analogous Colors of #b6b1ff

#b6b1ff #ddb1ff #b1d3ff

Monochromatic Colors of #b6b1ff

#b6b1ff

Complementary Color

#b6b1ff #faffb1

#b6b1ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6b1ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6b1ff Color CSS Codes

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

#b6b1ff Text Font Color

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

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


#b6b1ff Background Color

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

This div background color is #b6b1ff


#b6b1ff Border Color

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

This div border color is #b6b1ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6b1ff

Related Colors


Comments

No comments written yet.

Please login to write comment.