Color Hex Logo

#b46eab Color Hex

#B46EAB
(180,110,171)
0 Favorites   0 Comments

Color spaces of #b46eab

RGB 180110171
HSL0.850.320.57
HSV308°39°71°
CMYK 0.000.390.05   0.29
XYZ31.749023.795441.4477
Yxy23.79540.32730.2453
Hunter Lab48.780530.8115-16.2310
CIE-Lab55.882437.0859-21.0122

#b46eab color RGB value is (180,110,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01101110 10101011
Octal 264 156 253
Decimal 180 110 171
Hex B4 6E AB

RGB Percentages of Color #b46eab

%39.05
%23.86
%37.09

CMYK Percentages of Color #b46eab

%0
%39
%5
%29

Triadic Colors of #b46eab

#b46eab #abb46e #6eabb4

Analogous Colors of #b46eab

#b46eab #b46e88 #9a6eb4

Monochromatic Colors of #b46eab

#b46eab

Complementary Color

#b46eab #6eb477

#b46eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b46eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b46eab Color CSS Codes

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

#b46eab Text Font Color

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

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


#b46eab Background Color

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

This div background color is #b46eab


#b46eab Border Color

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

This div border color is #b46eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b46eab


Comments

No comments written yet.

Please login to write comment.