Color Hex Logo

#b46a86 Color Hex

#B46A86
(180,106,134)
0 Favorites   0 Comments

Color spaces of #b46a86

RGB 180106134
HSL0.940.330.56
HSV337°41°71°
CMYK 0.000.410.26   0.29
XYZ28.279521.732625.2586
Yxy21.73260.37570.2887
Hunter Lab46.618226.69950.5084
CIE-Lab53.742133.1833-2.6440

#b46a86 color RGB value is (180,106,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01101010 10000110
Octal 264 152 206
Decimal 180 106 134
Hex B4 6A 86

RGB Percentages of Color #b46a86

%42.86
%25.24
%31.90

CMYK Percentages of Color #b46a86

%0
%41
%26
%29

Triadic Colors of #b46a86

#b46a86 #86b46a #6a86b4

Analogous Colors of #b46a86

#b46a86 #b4736a #b46aab

Monochromatic Colors of #b46a86

#b46a86

Complementary Color

#b46a86 #6ab498

#b46a86 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b46a86 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b46a86 Color CSS Codes

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

#b46a86 Text Font Color

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

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


#b46a86 Background Color

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

This div background color is #b46a86


#b46a86 Border Color

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

This div border color is #b46a86


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b46a86


Comments

No comments written yet.

Please login to write comment.