Color Hex Logo

#b46aab Color Hex

#B46AAB
(180,106,171)
0 Favorites   0 Comments

Color spaces of #b46aab

RGB 180106171
HSL0.850.330.56
HSV307°41°71°
CMYK 0.000.410.05   0.29
XYZ31.327122.951641.3071
Yxy22.95160.32770.2401
Hunter Lab47.907832.8831-17.5856
CIE-Lab55.022439.2488-22.3307

#b46aab color RGB value is (180,106,171).

#b46aab hex color red value is 180, green value is 106 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #b46aab hue: 0.85 , saturation: 0.33 and the lightness value of b46aab is 0.56.

The process color (four color CMYK) of #b46aab color hex is 0.00, 0.41, 0.05, 0.29. Web safe color of #b46aab is #cc6699. Color #b46aab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01101010 10101011
Octal 264 152 253
Decimal 180 106 171
Hex B4 6A AB

RGB Percentages of Color #b46aab

%39.39
%23.19
%37.42

CMYK Percentages of Color #b46aab

%0
%41
%5
%29

Triadic Colors of #b46aab

#b46aab #abb46a #6aabb4

Analogous Colors of #b46aab

#b46aab #b46a86 #986ab4

Monochromatic Colors of #b46aab

#b46aab

Complementary Color

#b46aab #6ab473

#b46aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b46aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b46aab Color CSS Codes

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

#b46aab Text Font Color

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

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


#b46aab Background Color

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

This div background color is #b46aab


#b46aab Border Color

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

This div border color is #b46aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b46aab


Comments

No comments written yet.

Please login to write comment.