Color Hex Logo

#b19beb Color Hex

#B19BEB
(177,155,235)
0 Favorites   0 Comments

Color spaces of #b19beb

RGB 177155235
HSL0.710.670.76
HSV257°34°92°
CMYK 0.250.340.00   0.08
XYZ44.848238.788083.7203
Yxy38.78800.26800.2318
Hunter Lab62.280019.5489-36.1049
CIE-Lab68.597424.6151-37.3683

#b19beb color RGB value is (177,155,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 10011011 11101011
Octal 261 233 353
Decimal 177 155 235
Hex B1 9B EB

RGB Percentages of Color #b19beb

%31.22
%27.34
%41.45

CMYK Percentages of Color #b19beb

%25
%34
%0
%8

Triadic Colors of #b19beb

#b19beb #ebb19b #9bebb1

Analogous Colors of #b19beb

#b19beb #d99beb #9badeb

Monochromatic Colors of #b19beb

#b19beb

Complementary Color

#b19beb #d5eb9b

#b19beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b19beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b19beb Color CSS Codes

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

#b19beb Text Font Color

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

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


#b19beb Background Color

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

This div background color is #b19beb


#b19beb Border Color

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

This div border color is #b19beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b19beb


Comments

No comments written yet.

Please login to write comment.