Color Hex Logo

#b86aaa Color Hex

#B86AAA
(184,106,170)
0 Favorites   0 Comments

Color spaces of #b86aaa

RGB 184106170
HSL0.860.350.57
HSV311°42°72°
CMYK 0.000.420.08   0.28
XYZ32.176923.400740.8511
Yxy23.40070.33370.2427
Hunter Lab48.374334.0771-16.2072
CIE-Lab55.482740.3602-21.0024

#b86aaa color RGB value is (184,106,170).

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

The process color (four color CMYK) of #b86aaa color hex is 0.00, 0.42, 0.08, 0.28. Web safe color of #b86aaa is #cc6699. Color #b86aaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01101010 10101010
Octal 270 152 252
Decimal 184 106 170
Hex B8 6A AA

RGB Percentages of Color #b86aaa

%40.00
%23.04
%36.96

CMYK Percentages of Color #b86aaa

%0
%42
%8
%28

Triadic Colors of #b86aaa

#b86aaa #aab86a #6aaab8

Analogous Colors of #b86aaa

#b86aaa #b86a83 #9f6ab8

Monochromatic Colors of #b86aaa

#b86aaa

Complementary Color

#b86aaa #6ab878

#b86aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b86aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b86aaa Color CSS Codes

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

#b86aaa Text Font Color

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

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


#b86aaa Background Color

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

This div background color is #b86aaa


#b86aaa Border Color

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

This div border color is #b86aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b86aaa


Comments

No comments written yet.

Please login to write comment.