Color Hex Logo

#b86dbd Color Hex

#B86DBD
(184,109,189)
0 Favorites   0 Comments

Color spaces of #b86dbd

RGB 184109189
HSL0.820.380.58
HSV296°42°74°
CMYK 0.030.420.00   0.26
XYZ34.421124.801751.1171
Yxy24.80170.31200.2248
Hunter Lab49.801336.2213-25.9956
CIE-Lab56.881742.2502-29.7828

#b86dbd color RGB value is (184,109,189).

#b86dbd hex color red value is 184, green value is 109 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b86dbd hue: 0.82 , saturation: 0.38 and the lightness value of b86dbd is 0.58.

The process color (four color CMYK) of #b86dbd color hex is 0.03, 0.42, 0.00, 0.26. Web safe color of #b86dbd is #cc66cc. Color #b86dbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01101101 10111101
Octal 270 155 275
Decimal 184 109 189
Hex B8 6D BD

RGB Percentages of Color #b86dbd

%38.17
%22.61
%39.21

CMYK Percentages of Color #b86dbd

%3
%42
%0
%26

Triadic Colors of #b86dbd

#b86dbd #bdb86d #6dbdb8

Analogous Colors of #b86dbd

#b86dbd #bd6d9a #906dbd

Monochromatic Colors of #b86dbd

#b86dbd

Complementary Color

#b86dbd #72bd6d

#b86dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b86dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b86dbd Color CSS Codes

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

#b86dbd Text Font Color

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

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


#b86dbd Background Color

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

This div background color is #b86dbd


#b86dbd Border Color

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

This div border color is #b86dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b86dbd


Comments

No comments written yet.

Please login to write comment.