Color Hex Logo

#b19bea Color Hex

#B19BEA
(177,155,234)
0 Favorites   0 Comments

Color spaces of #b19bea

RGB 177155234
HSL0.710.650.76
HSV257°34°92°
CMYK 0.240.340.00   0.08
XYZ44.704138.730382.9614
Yxy38.73030.26870.2328
Hunter Lab62.233719.3124-35.4737
CIE-Lab68.555524.3787-36.8853

#b19bea color RGB value is (177,155,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 10011011 11101010
Octal 261 233 352
Decimal 177 155 234
Hex B1 9B EA

RGB Percentages of Color #b19bea

%31.27
%27.39
%41.34

CMYK Percentages of Color #b19bea

%24
%34
%0
%8

Triadic Colors of #b19bea

#b19bea #eab19b #9beab1

Analogous Colors of #b19bea

#b19bea #d99bea #9badea

Monochromatic Colors of #b19bea

#b19bea

Complementary Color

#b19bea #d4ea9b

#b19bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b19bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b19bea Color CSS Codes

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

#b19bea Text Font Color

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

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


#b19bea Background Color

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

This div background color is #b19bea


#b19bea Border Color

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

This div border color is #b19bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b19bea


Comments

No comments written yet.

Please login to write comment.