Color Hex Logo

#b3bcfa Color Hex

#B3BCFA
(179,188,250)
0 Favorites   0 Comments

Color spaces of #b3bcfa

RGB 179188250
HSL0.650.880.84
HSV232°28°98°
CMYK 0.280.250.00   0.02
XYZ53.828952.452397.7297
Yxy52.45230.26390.2571
Hunter Lab72.42405.9277-29.3098
CIE-Lab77.550510.4430-31.6297

#b3bcfa color RGB value is (179,188,250).

#b3bcfa hex color red value is 179, green value is 188 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #b3bcfa hue: 0.65 , saturation: 0.88 and the lightness value of b3bcfa is 0.84.

The process color (four color CMYK) of #b3bcfa color hex is 0.28, 0.25, 0.00, 0.02. Web safe color of #b3bcfa is #ccccff. Color #b3bcfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10111100 11111010
Octal 263 274 372
Decimal 179 188 250
Hex B3 BC FA

RGB Percentages of Color #b3bcfa

%29.01
%30.47
%40.52

CMYK Percentages of Color #b3bcfa

%28
%25
%0
%2

Triadic Colors of #b3bcfa

#b3bcfa #fab3bc #bcfab3

Analogous Colors of #b3bcfa

#b3bcfa #ceb3fa #b3e0fa

Monochromatic Colors of #b3bcfa

#b3bcfa

Complementary Color

#b3bcfa #faf1b3

#b3bcfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3bcfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3bcfa Color CSS Codes

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

#b3bcfa Text Font Color

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

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


#b3bcfa Background Color

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

This div background color is #b3bcfa


#b3bcfa Border Color

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

This div border color is #b3bcfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3bcfa


Comments

No comments written yet.

Please login to write comment.