Color Hex Logo

#b1adfe Color Hex

#B1ADFE
(177,173,254)
0 Favorites   0 Comments

Color spaces of #b1adfe

RGB 177173254
HSL0.670.980.84
HSV243°32°100°
CMYK 0.300.320.00   0.00
XYZ50.964446.3900100.0340
Yxy46.39000.25820.2350
Hunter Lab68.110214.3722-39.4026
CIE-Lab73.797919.1460-39.6042

#b1adfe color RGB value is (177,173,254).

#b1adfe hex color red value is 177, green value is 173 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #b1adfe hue: 0.67 , saturation: 0.98 and the lightness value of b1adfe is 0.84.

The process color (four color CMYK) of #b1adfe color hex is 0.30, 0.32, 0.00, 0.00. Web safe color of #b1adfe is #9999ff. Color #b1adfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10101101 11111110
Octal 261 255 376
Decimal 177 173 254
Hex B1 AD FE

RGB Percentages of Color #b1adfe

%29.30
%28.64
%42.05

CMYK Percentages of Color #b1adfe

%30
%32
%0
%0

Triadic Colors of #b1adfe

#b1adfe #feb1ad #adfeb1

Analogous Colors of #b1adfe

#b1adfe #daadfe #add2fe

Monochromatic Colors of #b1adfe

#b1adfe

Complementary Color

#b1adfe #fafead

#b1adfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1adfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1adfe Color CSS Codes

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

#b1adfe Text Font Color

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

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


#b1adfe Background Color

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

This div background color is #b1adfe


#b1adfe Border Color

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

This div border color is #b1adfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1adfe


Comments

No comments written yet.

Please login to write comment.