Color Hex Logo

#b49ffe Color Hex

#B49FFE
(180,159,254)
0 Favorites   0 Comments

Color spaces of #b49ffe

RGB 180159254
HSL0.700.980.81
HSV253°37°100°
CMYK 0.290.370.00   0.00
XYZ49.109941.655399.2178
Yxy41.65530.25850.2193
Hunter Lab64.540922.8760-45.9670
CIE-Lab70.632627.8014-44.5314

#b49ffe color RGB value is (180,159,254).

#b49ffe hex color red value is 180, green value is 159 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #b49ffe hue: 0.70 , saturation: 0.98 and the lightness value of b49ffe is 0.81.

The process color (four color CMYK) of #b49ffe color hex is 0.29, 0.37, 0.00, 0.00. Web safe color of #b49ffe is #cc99ff. Color #b49ffe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10011111 11111110
Octal 264 237 376
Decimal 180 159 254
Hex B4 9F FE

RGB Percentages of Color #b49ffe

%30.35
%26.81
%42.83

CMYK Percentages of Color #b49ffe

%29
%37
%0
%0

Triadic Colors of #b49ffe

#b49ffe #feb49f #9ffeb4

Analogous Colors of #b49ffe

#b49ffe #e49ffe #9fbafe

Monochromatic Colors of #b49ffe

#b49ffe

Complementary Color

#b49ffe #e9fe9f

#b49ffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b49ffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b49ffe Color CSS Codes

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

#b49ffe Text Font Color

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

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


#b49ffe Background Color

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

This div background color is #b49ffe


#b49ffe Border Color

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

This div border color is #b49ffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b49ffe


Comments

No comments written yet.

Please login to write comment.