Color Hex Logo

#b49ffc Color Hex

#B49FFC
(180,159,252)
0 Favorites   0 Comments

Color spaces of #b49ffc

RGB 180159252
HSL0.700.940.81
HSV254°37°99°
CMYK 0.290.370.00   0.01
XYZ48.791241.527897.5396
Yxy41.52780.25970.2211
Hunter Lab64.442122.3746-44.6320
CIE-Lab70.544127.3130-43.5845

#b49ffc color RGB value is (180,159,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10011111 11111100
Octal 264 237 374
Decimal 180 159 252
Hex B4 9F FC

RGB Percentages of Color #b49ffc

%30.46
%26.90
%42.64

CMYK Percentages of Color #b49ffc

%29
%37
%0
%1

Triadic Colors of #b49ffc

#b49ffc #fcb49f #9ffcb4

Analogous Colors of #b49ffc

#b49ffc #e39ffc #9fb9fc

Monochromatic Colors of #b49ffc

#b49ffc

Complementary Color

#b49ffc #e7fc9f

#b49ffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b49ffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b49ffc Color CSS Codes

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

#b49ffc Text Font Color

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

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


#b49ffc Background Color

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

This div background color is #b49ffc


#b49ffc Border Color

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

This div border color is #b49ffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b49ffc

Related Colors


Comments

No comments written yet.

Please login to write comment.