Color Hex Logo

#b46fab Color Hex

#B46FAB
(180,111,171)
0 Favorites   0 Comments

Color spaces of #b46fab

RGB 180111171
HSL0.860.320.57
HSV308°38°71°
CMYK 0.000.380.05   0.29
XYZ31.857524.012541.4839
Yxy24.01250.32720.2467
Hunter Lab49.002630.2918-15.8911
CIE-Lab56.100336.5412-20.6786

#b46fab color RGB value is (180,111,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01101111 10101011
Octal 264 157 253
Decimal 180 111 171
Hex B4 6F AB

RGB Percentages of Color #b46fab

%38.96
%24.03
%37.01

CMYK Percentages of Color #b46fab

%0
%38
%5
%29

Triadic Colors of #b46fab

#b46fab #abb46f #6fabb4

Analogous Colors of #b46fab

#b46fab #b46f89 #9b6fb4

Monochromatic Colors of #b46fab

#b46fab

Complementary Color

#b46fab #6fb478

#b46fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b46fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b46fab Color CSS Codes

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

#b46fab Text Font Color

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

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


#b46fab Background Color

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

This div background color is #b46fab


#b46fab Border Color

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

This div border color is #b46fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b46fab


Comments

No comments written yet.

Please login to write comment.