Color Hex Logo

#b49feb Color Hex

#B49FEB
(180,159,235)
0 Favorites   0 Comments

Color spaces of #b49feb

RGB 180159235
HSL0.710.660.77
HSV257°32°92°
CMYK 0.230.320.00   0.08
XYZ46.215940.497783.9783
Yxy40.49770.27080.2373
Hunter Lab63.637818.2665-33.6943
CIE-Lab69.822623.2518-35.4440

#b49feb color RGB value is (180,159,235).

#b49feb hex color red value is 180, green value is 159 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #b49feb hue: 0.71 , saturation: 0.66 and the lightness value of b49feb is 0.77.

The process color (four color CMYK) of #b49feb color hex is 0.23, 0.32, 0.00, 0.08. Web safe color of #b49feb is #cc99ff. Color #b49feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10011111 11101011
Octal 264 237 353
Decimal 180 159 235
Hex B4 9F EB

RGB Percentages of Color #b49feb

%31.36
%27.70
%40.94

CMYK Percentages of Color #b49feb

%23
%32
%0
%8

Triadic Colors of #b49feb

#b49feb #ebb49f #9febb4

Analogous Colors of #b49feb

#b49feb #da9feb #9fb0eb

Monochromatic Colors of #b49feb

#b49feb

Complementary Color

#b49feb #d6eb9f

#b49feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b49feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b49feb Color CSS Codes

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

#b49feb Text Font Color

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

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


#b49feb Background Color

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

This div background color is #b49feb


#b49feb Border Color

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

This div border color is #b49feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b49feb


Comments

No comments written yet.

Please login to write comment.