Color Hex Logo

#b86aab Color Hex

#B86AAB
(184,106,171)
0 Favorites   0 Comments

Color spaces of #b86aab

RGB 184106171
HSL0.860.350.57
HSV310°42°72°
CMYK 0.000.420.07   0.28
XYZ32.271923.438741.3513
Yxy23.43870.33250.2415
Hunter Lab48.413534.2624-16.7517
CIE-Lab55.521440.5361-21.5221

#b86aab color RGB value is (184,106,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01101010 10101011
Octal 270 152 253
Decimal 184 106 171
Hex B8 6A AB

RGB Percentages of Color #b86aab

%39.91
%22.99
%37.09

CMYK Percentages of Color #b86aab

%0
%42
%7
%28

Triadic Colors of #b86aab

#b86aab #abb86a #6aabb8

Analogous Colors of #b86aab

#b86aab #b86a84 #9e6ab8

Monochromatic Colors of #b86aab

#b86aab

Complementary Color

#b86aab #6ab877

#b86aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b86aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b86aab Color CSS Codes

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

#b86aab Text Font Color

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

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


#b86aab Background Color

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

This div background color is #b86aab


#b86aab Border Color

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

This div border color is #b86aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b86aab


Comments

No comments written yet.

Please login to write comment.