Color Hex Logo

#b86ddb Color Hex

#B86DDB
(184,109,219)
0 Favorites   0 Comments

Color spaces of #b86ddb

RGB 184109219
HSL0.780.600.64
HSV281°50°86°
CMYK 0.160.500.00   0.14
XYZ38.022026.242170.0791
Yxy26.24210.28300.1953
Hunter Lab51.227042.8399-45.2504
CIE-Lab58.266148.3008-44.6339

#b86ddb color RGB value is (184,109,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01101101 11011011
Octal 270 155 333
Decimal 184 109 219
Hex B8 6D DB

RGB Percentages of Color #b86ddb

%35.94
%21.29
%42.77

CMYK Percentages of Color #b86ddb

%16
%50
%0
%14

Triadic Colors of #b86ddb

#b86ddb #dbb86d #6ddbb8

Analogous Colors of #b86ddb

#b86ddb #db6dc7 #816ddb

Monochromatic Colors of #b86ddb

#b86ddb

Complementary Color

#b86ddb #90db6d

#b86ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b86ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b86ddb Color CSS Codes

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

#b86ddb Text Font Color

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

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


#b86ddb Background Color

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

This div background color is #b86ddb


#b86ddb Border Color

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

This div border color is #b86ddb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,109,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 #b86ddb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b86ddb


Comments

No comments written yet.

Please login to write comment.