Color Hex Logo

#b86a95 Color Hex

#B86A95
(184,106,149)
0 Favorites   0 Comments

Color spaces of #b86a95

RGB 184106149
HSL0.910.350.57
HSV327°42°72°
CMYK 0.000.420.19   0.28
XYZ30.346022.668331.2098
Yxy22.66830.36030.2691
Hunter Lab47.611230.4510-5.5375
CIE-Lab54.729036.8698-9.9217

#b86a95 color RGB value is (184,106,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01101010 10010101
Octal 270 152 225
Decimal 184 106 149
Hex B8 6A 95

RGB Percentages of Color #b86a95

%41.91
%24.15
%33.94

CMYK Percentages of Color #b86a95

%0
%42
%19
%28

Triadic Colors of #b86a95

#b86a95 #95b86a #6a95b8

Analogous Colors of #b86a95

#b86a95 #b86a6e #b46ab8

Monochromatic Colors of #b86a95

#b86a95

Complementary Color

#b86a95 #6ab88d

#b86a95 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b86a95 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b86a95 Color CSS Codes

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

#b86a95 Text Font Color

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

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


#b86a95 Background Color

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

This div background color is #b86a95


#b86a95 Border Color

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

This div border color is #b86a95


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b86a95


Comments

No comments written yet.

Please login to write comment.