Color Hex Logo

#b19feb Color Hex

#B19FEB
(177,159,235)
0 Favorites   0 Comments

Color spaces of #b19feb

RGB 177159235
HSL0.710.660.77
HSV254°32°92°
CMYK 0.250.320.00   0.08
XYZ45.525040.141583.9459
Yxy40.14150.26840.2367
Hunter Lab63.357317.3847-34.2067
CIE-Lab69.570222.3705-35.8555

#b19feb color RGB value is (177,159,235).

#b19feb hex color red value is 177, green value is 159 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #b19feb hue: 0.71 , saturation: 0.66 and the lightness value of b19feb is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 10011111 11101011
Octal 261 237 353
Decimal 177 159 235
Hex B1 9F EB

RGB Percentages of Color #b19feb

%31.00
%27.85
%41.16

CMYK Percentages of Color #b19feb

%25
%32
%0
%8

Triadic Colors of #b19feb

#b19feb #ebb19f #9febb1

Analogous Colors of #b19feb

#b19feb #d79feb #9fb3eb

Monochromatic Colors of #b19feb

#b19feb

Complementary Color

#b19feb #d9eb9f

#b19feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b19feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b19feb Color CSS Codes

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

#b19feb Text Font Color

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

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


#b19feb Background Color

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

This div background color is #b19feb


#b19feb Border Color

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

This div border color is #b19feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b19feb


Comments

No comments written yet.

Please login to write comment.