Color Hex Logo

#b19bfe Color Hex

#B19BFE
(177,155,254)
0 Favorites   0 Comments

Color spaces of #b19bfe

RGB 177155254
HSL0.700.980.80
HSV253°39°100°
CMYK 0.300.390.00   0.00
XYZ47.742239.945698.9599
Yxy39.94560.25580.2140
Hunter Lab63.202524.2317-48.5920
CIE-Lab69.430829.2220-46.4354

#b19bfe color RGB value is (177,155,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 10011011 11111110
Octal 261 233 376
Decimal 177 155 254
Hex B1 9B FE

RGB Percentages of Color #b19bfe

%30.20
%26.45
%43.34

CMYK Percentages of Color #b19bfe

%30
%39
%0
%0

Triadic Colors of #b19bfe

#b19bfe #feb19b #9bfeb1

Analogous Colors of #b19bfe

#b19bfe #e39bfe #9bb7fe

Monochromatic Colors of #b19bfe

#b19bfe

Complementary Color

#b19bfe #e8fe9b

#b19bfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b19bfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b19bfe Color CSS Codes

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

#b19bfe Text Font Color

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

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


#b19bfe Background Color

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

This div background color is #b19bfe


#b19bfe Border Color

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

This div border color is #b19bfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b19bfe

Related Colors


Comments

No comments written yet.

Please login to write comment.