Color Hex Logo

#b49fff Color Hex

#B49FFF
(180,159,255)
0 Favorites   0 Comments

Color spaces of #b49fff

RGB 180159255
HSL0.701.000.81
HSV253°38°100°
CMYK 0.290.380.00   0.00
XYZ49.270541.7196100.0636
Yxy41.71960.25790.2184
Hunter Lab64.590723.1280-46.6383
CIE-Lab70.677228.0462-45.0040

#b49fff color RGB value is (180,159,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10011111 11111111
Octal 264 237 377
Decimal 180 159 255
Hex B4 9F FF

RGB Percentages of Color #b49fff

%30.30
%26.77
%42.93

CMYK Percentages of Color #b49fff

%29
%38
%0
%0

Triadic Colors of #b49fff

#b49fff #ffb49f #9fffb4

Analogous Colors of #b49fff

#b49fff #e49fff #9fbaff

Monochromatic Colors of #b49fff

#b49fff

Complementary Color

#b49fff #eaff9f

#b49fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b49fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b49fff Color CSS Codes

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

#b49fff Text Font Color

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

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


#b49fff Background Color

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

This div background color is #b49fff


#b49fff Border Color

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

This div border color is #b49fff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b49fff


Comments

No comments written yet.

Please login to write comment.