Color Hex Logo

#b46aff Color Hex

#B46AFF
(180,106,255)
0 Favorites   0 Comments

Color spaces of #b46aff

RGB 180106255
HSL0.751.000.71
HSV270°58°100°
CMYK 0.290.580.00   0.00
XYZ42.026427.231497.6489
Yxy27.23140.25180.1632
Hunter Lab52.183752.4343-74.4180
CIE-Lab59.187956.8320-63.2362

#b46aff color RGB value is (180,106,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01101010 11111111
Octal 264 152 377
Decimal 180 106 255
Hex B4 6A FF

RGB Percentages of Color #b46aff

%33.27
%19.59
%47.13

CMYK Percentages of Color #b46aff

%29
%58
%0
%0

Triadic Colors of #b46aff

#b46aff #ffb46a #6affb4

Analogous Colors of #b46aff

#b46aff #ff6aff #6a6bff

Monochromatic Colors of #b46aff

#b46aff

Complementary Color

#b46aff #b5ff6a

#b46aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b46aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b46aff Color CSS Codes

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

#b46aff Text Font Color

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

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


#b46aff Background Color

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

This div background color is #b46aff


#b46aff Border Color

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

This div border color is #b46aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b46aff

#b46aff Color Palettes


Comments

No comments written yet.

Please login to write comment.