Color Hex Logo

#b46ac7 Color Hex

#B46AC7
(180,106,199)
0 Favorites   0 Comments

Color spaces of #b46ac7

RGB 180106199
HSL0.800.450.60
HSV288°47°78°
CMYK 0.100.470.00   0.22
XYZ34.285224.134956.8843
Yxy24.13490.29730.2093
Hunter Lab49.127338.5997-34.2626
CIE-Lab56.222644.6214-36.5580

#b46ac7 color RGB value is (180,106,199).

#b46ac7 hex color red value is 180, green value is 106 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #b46ac7 hue: 0.80 , saturation: 0.45 and the lightness value of b46ac7 is 0.60.

The process color (four color CMYK) of #b46ac7 color hex is 0.10, 0.47, 0.00, 0.22. Web safe color of #b46ac7 is #cc66cc. Color #b46ac7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01101010 11000111
Octal 264 152 307
Decimal 180 106 199
Hex B4 6A C7

RGB Percentages of Color #b46ac7

%37.11
%21.86
%41.03

CMYK Percentages of Color #b46ac7

%10
%47
%0
%22

Triadic Colors of #b46ac7

#b46ac7 #c7b46a #6ac7b4

Analogous Colors of #b46ac7

#b46ac7 #c76aac #866ac7

Monochromatic Colors of #b46ac7

#b46ac7

Complementary Color

#b46ac7 #7dc76a

#b46ac7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b46ac7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b46ac7 Color CSS Codes

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

#b46ac7 Text Font Color

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

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


#b46ac7 Background Color

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

This div background color is #b46ac7


#b46ac7 Border Color

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

This div border color is #b46ac7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b46ac7


Comments

No comments written yet.

Please login to write comment.