Color Hex Logo

#b86baf Color Hex

#B86BAF
(184,107,175)
0 Favorites   0 Comments

Color spaces of #b86baf

RGB 184107175
HSL0.850.350.57
HSV307°42°72°
CMYK 0.000.420.05   0.28
XYZ32.762723.800943.4247
Yxy23.80090.32770.2380
Hunter Lab48.786234.4972-18.6239
CIE-Lab55.887940.7156-23.2715

#b86baf color RGB value is (184,107,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01101011 10101111
Octal 270 153 257
Decimal 184 107 175
Hex B8 6B AF

RGB Percentages of Color #b86baf

%39.48
%22.96
%37.55

CMYK Percentages of Color #b86baf

%0
%42
%5
%28

Triadic Colors of #b86baf

#b86baf #afb86b #6bafb8

Analogous Colors of #b86baf

#b86baf #b86b89 #9b6bb8

Monochromatic Colors of #b86baf

#b86baf

Complementary Color

#b86baf #6bb874

#b86baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b86baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b86baf Color CSS Codes

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

#b86baf Text Font Color

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

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


#b86baf Background Color

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

This div background color is #b86baf


#b86baf Border Color

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

This div border color is #b86baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b86baf


Comments

No comments written yet.

Please login to write comment.