Color Hex Logo

#b1b7eb Color Hex

#B1B7EB
(177,183,235)
0 Favorites   0 Comments

Color spaces of #b1b7eb

RGB 177183235
HSL0.650.590.81
HSV234°25°92°
CMYK 0.250.220.00   0.08
XYZ50.060349.212285.4577
Yxy49.21220.27100.2664
Hunter Lab70.15144.6133-23.1205
CIE-Lab75.58329.0345-26.5827

#b1b7eb color RGB value is (177,183,235).

#b1b7eb hex color red value is 177, green value is 183 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #b1b7eb hue: 0.65 , saturation: 0.59 and the lightness value of b1b7eb is 0.81.

The process color (four color CMYK) of #b1b7eb color hex is 0.25, 0.22, 0.00, 0.08. Web safe color of #b1b7eb is #99ccff. Color #b1b7eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10110111 11101011
Octal 261 267 353
Decimal 177 183 235
Hex B1 B7 EB

RGB Percentages of Color #b1b7eb

%29.75
%30.76
%39.50

CMYK Percentages of Color #b1b7eb

%25
%22
%0
%8

Triadic Colors of #b1b7eb

#b1b7eb #ebb1b7 #b7ebb1

Analogous Colors of #b1b7eb

#b1b7eb #c8b1eb #b1d4eb

Monochromatic Colors of #b1b7eb

#b1b7eb

Complementary Color

#b1b7eb #ebe5b1

#b1b7eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1b7eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1b7eb Color CSS Codes

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

#b1b7eb Text Font Color

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

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


#b1b7eb Background Color

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

This div background color is #b1b7eb


#b1b7eb Border Color

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

This div border color is #b1b7eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1b7eb


Comments

No comments written yet.

Please login to write comment.