Color Hex Logo

#b19ebe Color Hex

#B19EBE
(177,158,190)
3 Favorites   0 Comments

Color spaces of #b19ebe

RGB 177158190
HSL0.770.200.68
HSV276°17°75°
CMYK 0.070.170.00   0.25
XYZ39.652637.518553.8671
Yxy37.51850.30260.2863
Hunter Lab61.25238.3630-9.2647
CIE-Lab67.664212.9848-13.9312

#b19ebe color RGB value is (177,158,190).

#b19ebe hex color red value is 177, green value is 158 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b19ebe hue: 0.77 , saturation: 0.20 and the lightness value of b19ebe is 0.68.

The process color (four color CMYK) of #b19ebe color hex is 0.07, 0.17, 0.00, 0.25. Web safe color of #b19ebe is #9999cc. Color #b19ebe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10011110 10111110
Octal 261 236 276
Decimal 177 158 190
Hex B1 9E BE

RGB Percentages of Color #b19ebe

%33.71
%30.10
%36.19

CMYK Percentages of Color #b19ebe

%7
%17
%0
%25

Triadic Colors of #b19ebe

#b19ebe #beb19e #9ebeb1

Analogous Colors of #b19ebe

#b19ebe #be9ebb #a19ebe

Monochromatic Colors of #b19ebe

#b19ebe

Complementary Color

#b19ebe #abbe9e

#b19ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b19ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b19ebe Color CSS Codes

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

#b19ebe Text Font Color

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

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


#b19ebe Background Color

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

This div background color is #b19ebe


#b19ebe Border Color

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

This div border color is #b19ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b19ebe


Comments

No comments written yet.

Please login to write comment.