Color Hex Logo

#b3b9fe Color Hex

#B3B9FE
(179,185,254)
0 Favorites   0 Comments

Color spaces of #b3b9fe

RGB 179185254
HSL0.650.970.85
HSV235°30°100°
CMYK 0.300.270.00   0.00
XYZ53.828851.4374100.8573
Yxy51.43740.26110.2495
Hunter Lab71.71998.4620-33.1737
CIE-Lab76.943213.0604-34.7132

#b3b9fe color RGB value is (179,185,254).

#b3b9fe hex color red value is 179, green value is 185 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #b3b9fe hue: 0.65 , saturation: 0.97 and the lightness value of b3b9fe is 0.85.

The process color (four color CMYK) of #b3b9fe color hex is 0.30, 0.27, 0.00, 0.00. Web safe color of #b3b9fe is #ccccff. Color #b3b9fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10111001 11111110
Octal 263 271 376
Decimal 179 185 254
Hex B3 B9 FE

RGB Percentages of Color #b3b9fe

%28.96
%29.94
%41.10

CMYK Percentages of Color #b3b9fe

%30
%27
%0
%0

Triadic Colors of #b3b9fe

#b3b9fe #feb3b9 #b9feb3

Analogous Colors of #b3b9fe

#b3b9fe #d3b3fe #b3dffe

Monochromatic Colors of #b3b9fe

#b3b9fe

Complementary Color

#b3b9fe #fef8b3

#b3b9fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3b9fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3b9fe Color CSS Codes

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

#b3b9fe Text Font Color

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

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


#b3b9fe Background Color

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

This div background color is #b3b9fe


#b3b9fe Border Color

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

This div border color is #b3b9fe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(179,185,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b3b9fe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b3b9fe;
  -webkit-box-shadow: 1px 1px 3px 2px #b3b9fe;
  box-shadow:         1px 1px 3px 2px #b3b9fe; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3b9fe


Comments

No comments written yet.

Please login to write comment.