Color Hex Logo

#b086dd Color Hex

#B086DD
(176,134,221)
0 Favorites   0 Comments

Color spaces of #b086dd

RGB 176134221
HSL0.750.560.70
HSV269°39°87°
CMYK 0.200.390.00   0.13
XYZ39.480731.500872.4060
Yxy31.50080.27530.2197
Hunter Lab56.125627.3434-37.2004
CIE-Lab62.928132.8584-38.4864

#b086dd color RGB value is (176,134,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 10000110 11011101
Octal 260 206 335
Decimal 176 134 221
Hex B0 86 DD

RGB Percentages of Color #b086dd

%33.15
%25.24
%41.62

CMYK Percentages of Color #b086dd

%20
%39
%0
%13

Triadic Colors of #b086dd

#b086dd #ddb086 #86ddb0

Analogous Colors of #b086dd

#b086dd #dc86dd #8688dd

Monochromatic Colors of #b086dd

#b086dd

Complementary Color

#b086dd #b3dd86

#b086dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b086dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b086dd Color CSS Codes

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

#b086dd Text Font Color

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

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


#b086dd Background Color

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

This div background color is #b086dd


#b086dd Border Color

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

This div border color is #b086dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,134,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b086dd


Comments

No comments written yet.

Please login to write comment.