Color Hex Logo

#b4bfff Color Hex

#B4BFFF
(180,191,255)
0 Favorites   0 Comments

Color spaces of #b4bfff

RGB 180191255
HSL0.641.000.85
HSV231°29°100°
CMYK 0.290.250.00   0.00
XYZ55.503254.1849102.1411
Yxy54.18490.26200.2558
Hunter Lab73.61045.7731-30.7430
CIE-Lab78.569410.2964-32.7331

#b4bfff color RGB value is (180,191,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10111111 11111111
Octal 264 277 377
Decimal 180 191 255
Hex B4 BF FF

RGB Percentages of Color #b4bfff

%28.75
%30.51
%40.73

CMYK Percentages of Color #b4bfff

%29
%25
%0
%0

Triadic Colors of #b4bfff

#b4bfff #ffb4bf #bfffb4

Analogous Colors of #b4bfff

#b4bfff #cfb4ff #b4e5ff

Monochromatic Colors of #b4bfff

#b4bfff

Complementary Color

#b4bfff #fff4b4

#b4bfff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4bfff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4bfff Color CSS Codes

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

#b4bfff Text Font Color

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

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


#b4bfff Background Color

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

This div background color is #b4bfff


#b4bfff Border Color

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

This div border color is #b4bfff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,191,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 #b4bfff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4bfff


Comments

No comments written yet.

Please login to write comment.