Color Hex Logo

#b19cfb Color Hex

#B19CFB
(177,156,251)
0 Favorites   0 Comments

Color spaces of #b19cfb

RGB 177156251
HSL0.700.920.80
HSV253°38°98°
CMYK 0.290.380.00   0.02
XYZ47.432540.089196.5048
Yxy40.08910.25770.2178
Hunter Lab63.316022.9185-46.0474
CIE-Lab69.532927.9203-44.6437

#b19cfb color RGB value is (177,156,251).

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

The process color (four color CMYK) of #b19cfb color hex is 0.29, 0.38, 0.00, 0.02. Web safe color of #b19cfb is #9999ff. Color #b19cfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10011100 11111011
Octal 261 234 373
Decimal 177 156 251
Hex B1 9C FB

RGB Percentages of Color #b19cfb

%30.31
%26.71
%42.98

CMYK Percentages of Color #b19cfb

%29
%38
%0
%2

Triadic Colors of #b19cfb

#b19cfb #fbb19c #9cfbb1

Analogous Colors of #b19cfb

#b19cfb #e19cfb #9cb7fb

Monochromatic Colors of #b19cfb

#b19cfb

Complementary Color

#b19cfb #e6fb9c

#b19cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b19cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b19cfb Color CSS Codes

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

#b19cfb Text Font Color

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

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


#b19cfb Background Color

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

This div background color is #b19cfb


#b19cfb Border Color

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

This div border color is #b19cfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b19cfb


Comments

No comments written yet.

Please login to write comment.