Color Hex Logo

#b49fbe Color Hex

#B49FBE
(180,159,190)
0 Favorites   0 Comments

Color spaces of #b49fbe

RGB 180159190
HSL0.780.190.68
HSV281°16°75°
CMYK 0.050.160.00   0.25
XYZ40.514838.217353.9565
Yxy38.21730.30530.2880
Hunter Lab61.82018.7975-8.4741
CIE-Lab68.180513.4482-13.1286

#b49fbe color RGB value is (180,159,190).

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

The process color (four color CMYK) of #b49fbe color hex is 0.05, 0.16, 0.00, 0.25. Web safe color of #b49fbe is #cc99cc. Color #b49fbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10011111 10111110
Octal 264 237 276
Decimal 180 159 190
Hex B4 9F BE

RGB Percentages of Color #b49fbe

%34.03
%30.06
%35.92

CMYK Percentages of Color #b49fbe

%5
%16
%0
%25

Triadic Colors of #b49fbe

#b49fbe #beb49f #9fbeb4

Analogous Colors of #b49fbe

#b49fbe #be9fb9 #a59fbe

Monochromatic Colors of #b49fbe

#b49fbe

Complementary Color

#b49fbe #a9be9f

#b49fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b49fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b49fbe Color CSS Codes

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

#b49fbe Text Font Color

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

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


#b49fbe Background Color

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

This div background color is #b49fbe


#b49fbe Border Color

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

This div border color is #b49fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b49fbe


Comments

No comments written yet.

Please login to write comment.