Color Hex Logo

#b86fdb Color Hex

#B86FDB
(184,111,219)
0 Favorites   0 Comments

Color spaces of #b86fdb

RGB 184111219
HSL0.780.600.65
HSV281°49°86°
CMYK 0.160.490.00   0.14
XYZ38.237826.673770.1510
Yxy26.67370.28310.1975
Hunter Lab51.646641.7753-44.3804
CIE-Lab58.671147.2511-43.9948

#b86fdb color RGB value is (184,111,219).

#b86fdb hex color red value is 184, green value is 111 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b86fdb hue: 0.78 , saturation: 0.60 and the lightness value of b86fdb is 0.65.

The process color (four color CMYK) of #b86fdb color hex is 0.16, 0.49, 0.00, 0.14. Web safe color of #b86fdb is #cc66cc. Color #b86fdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01101111 11011011
Octal 270 157 333
Decimal 184 111 219
Hex B8 6F DB

RGB Percentages of Color #b86fdb

%35.80
%21.60
%42.61

CMYK Percentages of Color #b86fdb

%16
%49
%0
%14

Triadic Colors of #b86fdb

#b86fdb #dbb86f #6fdbb8

Analogous Colors of #b86fdb

#b86fdb #db6fc8 #826fdb

Monochromatic Colors of #b86fdb

#b86fdb

Complementary Color

#b86fdb #92db6f

#b86fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b86fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b86fdb Color CSS Codes

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

#b86fdb Text Font Color

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

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


#b86fdb Background Color

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

This div background color is #b86fdb


#b86fdb Border Color

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

This div border color is #b86fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b86fdb


Comments

No comments written yet.

Please login to write comment.