Color Hex Logo

#b49ebf Color Hex

#B49EBF
(180,158,191)
0 Favorites   0 Comments

Color spaces of #b49ebf

RGB 180158191
HSL0.780.200.68
HSV280°17°75°
CMYK 0.060.170.00   0.25
XYZ40.453237.918654.4771
Yxy37.91860.30450.2854
Hunter Lab61.57819.5024-9.3482
CIE-Lab67.960614.2051-14.0151

#b49ebf color RGB value is (180,158,191).

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

The process color (four color CMYK) of #b49ebf color hex is 0.06, 0.17, 0.00, 0.25. Web safe color of #b49ebf is #cc99cc. Color #b49ebf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10011110 10111111
Octal 264 236 277
Decimal 180 158 191
Hex B4 9E BF

RGB Percentages of Color #b49ebf

%34.03
%29.87
%36.11

CMYK Percentages of Color #b49ebf

%6
%17
%0
%25

Triadic Colors of #b49ebf

#b49ebf #bfb49e #9ebfb4

Analogous Colors of #b49ebf

#b49ebf #bf9eba #a49ebf

Monochromatic Colors of #b49ebf

#b49ebf

Complementary Color

#b49ebf #a9bf9e

#b49ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b49ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b49ebf Color CSS Codes

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

#b49ebf Text Font Color

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

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


#b49ebf Background Color

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

This div background color is #b49ebf


#b49ebf Border Color

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

This div border color is #b49ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b49ebf


Comments

No comments written yet.

Please login to write comment.