Color Hex Logo

#b86edb Color Hex

#B86EDB
(184,110,219)
0 Favorites   0 Comments

Color spaces of #b86edb

RGB 184110219
HSL0.780.600.65
HSV281°50°86°
CMYK 0.160.500.00   0.14
XYZ38.129326.456770.1148
Yxy26.45670.28310.1964
Hunter Lab51.436142.3080-44.8156
CIE-Lab58.468047.7768-44.3151

#b86edb color RGB value is (184,110,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01101110 11011011
Octal 270 156 333
Decimal 184 110 219
Hex B8 6E DB

RGB Percentages of Color #b86edb

%35.87
%21.44
%42.69

CMYK Percentages of Color #b86edb

%16
%50
%0
%14

Triadic Colors of #b86edb

#b86edb #dbb86e #6edbb8

Analogous Colors of #b86edb

#b86edb #db6ec8 #826edb

Monochromatic Colors of #b86edb

#b86edb

Complementary Color

#b86edb #91db6e

#b86edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b86edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b86edb Color CSS Codes

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

#b86edb Text Font Color

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

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


#b86edb Background Color

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

This div background color is #b86edb


#b86edb Border Color

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

This div border color is #b86edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b86edb


Comments

No comments written yet.

Please login to write comment.