Color Hex Logo

#b086db Color Hex

#B086DB
(176,134,219)
0 Favorites   0 Comments

Color spaces of #b086db

RGB 176134219
HSL0.750.540.69
HSV270°39°86°
CMYK 0.200.390.00   0.14
XYZ39.215831.394871.0107
Yxy31.39480.27690.2217
Hunter Lab56.031126.8767-35.9192
CIE-Lab62.839532.4041-37.5106

#b086db color RGB value is (176,134,219).

#b086db hex color red value is 176, green value is 134 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b086db hue: 0.75 , saturation: 0.54 and the lightness value of b086db is 0.69.

The process color (four color CMYK) of #b086db color hex is 0.20, 0.39, 0.00, 0.14. Web safe color of #b086db is #9999cc. Color #b086db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10000110 11011011
Octal 260 206 333
Decimal 176 134 219
Hex B0 86 DB

RGB Percentages of Color #b086db

%33.27
%25.33
%41.40

CMYK Percentages of Color #b086db

%20
%39
%0
%14

Triadic Colors of #b086db

#b086db #dbb086 #86dbb0

Analogous Colors of #b086db

#b086db #db86db #8687db

Monochromatic Colors of #b086db

#b086db

Complementary Color

#b086db #b1db86

#b086db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b086db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b086db Color CSS Codes

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

#b086db Text Font Color

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

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


#b086db Background Color

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

This div background color is #b086db


#b086db Border Color

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

This div border color is #b086db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b086db


Comments

No comments written yet.

Please login to write comment.