Color Hex Logo

#b1acfd Color Hex

#B1ACFD
(177,172,253)
0 Favorites   0 Comments

Color spaces of #b1acfd

RGB 177172253
HSL0.680.950.83
HSV244°32°99°
CMYK 0.300.320.00   0.01
XYZ50.613645.944099.1290
Yxy45.94400.25860.2348
Hunter Lab67.782014.6695-39.2623
CIE-Lab73.509219.4563-39.5139

#b1acfd color RGB value is (177,172,253).

#b1acfd hex color red value is 177, green value is 172 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #b1acfd hue: 0.68 , saturation: 0.95 and the lightness value of b1acfd is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 10101100 11111101
Octal 261 254 375
Decimal 177 172 253
Hex B1 AC FD

RGB Percentages of Color #b1acfd

%29.40
%28.57
%42.03

CMYK Percentages of Color #b1acfd

%30
%32
%0
%1

Triadic Colors of #b1acfd

#b1acfd #fdb1ac #acfdb1

Analogous Colors of #b1acfd

#b1acfd #daacfd #acd0fd

Monochromatic Colors of #b1acfd

#b1acfd

Complementary Color

#b1acfd #f8fdac

#b1acfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1acfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1acfd Color CSS Codes

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

#b1acfd Text Font Color

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

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


#b1acfd Background Color

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

This div background color is #b1acfd


#b1acfd Border Color

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

This div border color is #b1acfd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,172,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1acfd


Comments

No comments written yet.

Please login to write comment.