Color Hex Logo

#b46fff Color Hex

#B46FFF
(180,111,255)
0 Favorites   0 Comments

Color spaces of #b46fff

RGB 180111255
HSL0.751.000.72
HSV269°56°100°
CMYK 0.290.560.00   0.00
XYZ42.556828.292297.8257
Yxy28.29220.25230.1677
Hunter Lab53.190449.7318-71.8105
CIE-Lab60.151854.2730-61.6906

#b46fff color RGB value is (180,111,255).

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

The process color (four color CMYK) of #b46fff color hex is 0.29, 0.56, 0.00, 0.00. Web safe color of #b46fff is #cc66ff. Color #b46fff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01101111 11111111
Octal 264 157 377
Decimal 180 111 255
Hex B4 6F FF

RGB Percentages of Color #b46fff

%32.97
%20.33
%46.70

CMYK Percentages of Color #b46fff

%29
%56
%0
%0

Triadic Colors of #b46fff

#b46fff #ffb46f #6fffb4

Analogous Colors of #b46fff

#b46fff #fc6fff #6f72ff

Monochromatic Colors of #b46fff

#b46fff

Complementary Color

#b46fff #baff6f

#b46fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b46fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b46fff Color CSS Codes

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

#b46fff Text Font Color

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

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


#b46fff Background Color

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

This div background color is #b46fff


#b46fff Border Color

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

This div border color is #b46fff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,111,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 #b46fff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b46fff


Comments

No comments written yet.

Please login to write comment.