Color Hex Logo

#b46afe Color Hex

#B46AFE
(180,106,254)
0 Favorites   0 Comments

Color spaces of #b46afe

RGB 180106254
HSL0.750.990.71
HSV270°58°100°
CMYK 0.290.580.00   0.00
XYZ41.865827.167196.8031
Yxy27.16710.25250.1638
Hunter Lab52.122152.1622-73.6302
CIE-Lab59.128756.6015-62.7798

#b46afe color RGB value is (180,106,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01101010 11111110
Octal 264 152 376
Decimal 180 106 254
Hex B4 6A FE

RGB Percentages of Color #b46afe

%33.33
%19.63
%47.04

CMYK Percentages of Color #b46afe

%29
%58
%0
%0

Triadic Colors of #b46afe

#b46afe #feb46a #6afeb4

Analogous Colors of #b46afe

#b46afe #fe6afe #6a6afe

Monochromatic Colors of #b46afe

#b46afe

Complementary Color

#b46afe #b4fe6a

#b46afe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b46afe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b46afe Color CSS Codes

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

#b46afe Text Font Color

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

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


#b46afe Background Color

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

This div background color is #b46afe


#b46afe Border Color

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

This div border color is #b46afe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b46afe

Related Colors


Comments

No comments written yet.

Please login to write comment.