Color Hex Logo

#b49ffa Color Hex

#B49FFA
(180,159,250)
0 Favorites   0 Comments

Color spaces of #b49ffa

RGB 180159250
HSL0.710.900.80
HSV254°36°98°
CMYK 0.280.360.00   0.02
XYZ48.475841.401795.8789
Yxy41.40170.26100.2229
Hunter Lab64.344221.8766-43.3068
CIE-Lab70.456426.8264-42.6352

#b49ffa color RGB value is (180,159,250).

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

The process color (four color CMYK) of #b49ffa color hex is 0.28, 0.36, 0.00, 0.02. Web safe color of #b49ffa is #cc99ff. Color #b49ffa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10011111 11111010
Octal 264 237 372
Decimal 180 159 250
Hex B4 9F FA

RGB Percentages of Color #b49ffa

%30.56
%26.99
%42.44

CMYK Percentages of Color #b49ffa

%28
%36
%0
%2

Triadic Colors of #b49ffa

#b49ffa #fab49f #9ffab4

Analogous Colors of #b49ffa

#b49ffa #e29ffa #9fb8fa

Monochromatic Colors of #b49ffa

#b49ffa

Complementary Color

#b49ffa #e5fa9f

#b49ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b49ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b49ffa Color CSS Codes

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

#b49ffa Text Font Color

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

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


#b49ffa Background Color

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

This div background color is #b49ffa


#b49ffa Border Color

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

This div border color is #b49ffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b49ffa


Comments

No comments written yet.

Please login to write comment.