Color Hex Logo

#b86bad Color Hex

#B86BAD
(184,107,173)
0 Favorites   0 Comments

Color spaces of #b86bad

RGB 184107173
HSL0.860.350.57
HSV309°42°72°
CMYK 0.000.420.06   0.28
XYZ32.567723.722942.3976
Yxy23.72290.33000.2404
Hunter Lab48.706234.1194-17.5163
CIE-Lab55.809340.3576-22.2371

#b86bad color RGB value is (184,107,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01101011 10101101
Octal 270 153 255
Decimal 184 107 173
Hex B8 6B AD

RGB Percentages of Color #b86bad

%39.66
%23.06
%37.28

CMYK Percentages of Color #b86bad

%0
%42
%6
%28

Triadic Colors of #b86bad

#b86bad #adb86b #6badb8

Analogous Colors of #b86bad

#b86bad #b86b87 #9d6bb8

Monochromatic Colors of #b86bad

#b86bad

Complementary Color

#b86bad #6bb876

#b86bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b86bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b86bad Color CSS Codes

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

#b86bad Text Font Color

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

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


#b86bad Background Color

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

This div background color is #b86bad


#b86bad Border Color

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

This div border color is #b86bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b86bad


Comments

No comments written yet.

Please login to write comment.