Color Hex Logo

#b46daa Color Hex

#B46DAA
(180,109,170)
0 Favorites   0 Comments

Color spaces of #b46daa

RGB 180109170
HSL0.860.320.57
HSV308°39°71°
CMYK 0.000.390.06   0.29
XYZ31.546723.542940.9117
Yxy23.54290.32860.2452
Hunter Lab48.521031.1428-16.0271
CIE-Lab55.627237.4473-20.8246

#b46daa color RGB value is (180,109,170).

#b46daa hex color red value is 180, green value is 109 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b46daa hue: 0.86 , saturation: 0.32 and the lightness value of b46daa is 0.57.

The process color (four color CMYK) of #b46daa color hex is 0.00, 0.39, 0.06, 0.29. Web safe color of #b46daa is #cc6699. Color #b46daa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01101101 10101010
Octal 264 155 252
Decimal 180 109 170
Hex B4 6D AA

RGB Percentages of Color #b46daa

%39.22
%23.75
%37.04

CMYK Percentages of Color #b46daa

%0
%39
%6
%29

Triadic Colors of #b46daa

#b46daa #aab46d #6daab4

Analogous Colors of #b46daa

#b46daa #b46d87 #9b6db4

Monochromatic Colors of #b46daa

#b46daa

Complementary Color

#b46daa #6db477

#b46daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b46daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b46daa Color CSS Codes

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

#b46daa Text Font Color

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

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


#b46daa Background Color

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

This div background color is #b46daa


#b46daa Border Color

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

This div border color is #b46daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b46daa


Comments

No comments written yet.

Please login to write comment.