Color Hex Logo

#b5bdfa Color Hex

#B5BDFA
(181,189,250)
0 Favorites   0 Comments

Color spaces of #b5bdfa

RGB 181189250
HSL0.650.870.85
HSV233°28°98°
CMYK 0.280.240.00   0.02
XYZ54.509053.121197.8229
Yxy53.12110.26530.2586
Hunter Lab72.88425.9500-28.5582
CIE-Lab77.946410.4713-31.0083

#b5bdfa color RGB value is (181,189,250).

#b5bdfa hex color red value is 181, green value is 189 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #b5bdfa hue: 0.65 , saturation: 0.87 and the lightness value of b5bdfa is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 10111101 11111010
Octal 265 275 372
Decimal 181 189 250
Hex B5 BD FA

RGB Percentages of Color #b5bdfa

%29.19
%30.48
%40.32

CMYK Percentages of Color #b5bdfa

%28
%24
%0
%2

Triadic Colors of #b5bdfa

#b5bdfa #fab5bd #bdfab5

Analogous Colors of #b5bdfa

#b5bdfa #d0b5fa #b5e0fa

Monochromatic Colors of #b5bdfa

#b5bdfa

Complementary Color

#b5bdfa #faf2b5

#b5bdfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5bdfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5bdfa Color CSS Codes

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

#b5bdfa Text Font Color

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

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


#b5bdfa Background Color

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

This div background color is #b5bdfa


#b5bdfa Border Color

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

This div border color is #b5bdfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5bdfa


Comments

No comments written yet.

Please login to write comment.