Color Hex Logo

#b46cfb Color Hex

#B46CFB
(180,108,251)
0 Favorites   0 Comments

Color spaces of #b46cfb

RGB 180108251
HSL0.750.950.70
HSV270°57°98°
CMYK 0.280.570.00   0.02
XYZ41.597527.393594.3618
Yxy27.39350.25460.1677
Hunter Lab52.338850.2742-70.2570
CIE-Lab59.336854.8900-60.7905

#b46cfb color RGB value is (180,108,251).

#b46cfb hex color red value is 180, green value is 108 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #b46cfb hue: 0.75 , saturation: 0.95 and the lightness value of b46cfb is 0.70.

The process color (four color CMYK) of #b46cfb color hex is 0.28, 0.57, 0.00, 0.02. Web safe color of #b46cfb is #cc66ff. Color #b46cfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01101100 11111011
Octal 264 154 373
Decimal 180 108 251
Hex B4 6C FB

RGB Percentages of Color #b46cfb

%33.40
%20.04
%46.57

CMYK Percentages of Color #b46cfb

%28
%57
%0
%2

Triadic Colors of #b46cfb

#b46cfb #fbb46c #6cfbb4

Analogous Colors of #b46cfb

#b46cfb #fb6cfb #6d6cfb

Monochromatic Colors of #b46cfb

#b46cfb

Complementary Color

#b46cfb #b3fb6c

#b46cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b46cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b46cfb Color CSS Codes

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

#b46cfb Text Font Color

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

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


#b46cfb Background Color

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

This div background color is #b46cfb


#b46cfb Border Color

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

This div border color is #b46cfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b46cfb


Comments

No comments written yet.

Please login to write comment.