Color Hex Logo

#b886dc Color Hex

#B886DC
(184,134,220)
0 Favorites   0 Comments

Color spaces of #b886dc

RGB 184134220
HSL0.760.550.69
HSV275°39°86°
CMYK 0.160.390.00   0.14
XYZ41.210532.407871.7935
Yxy32.40780.28340.2229
Hunter Lab56.927829.5938-34.9230
CIE-Lab63.678534.9948-36.6990

#b886dc color RGB value is (184,134,220).

#b886dc hex color red value is 184, green value is 134 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b886dc hue: 0.76 , saturation: 0.55 and the lightness value of b886dc is 0.69.

The process color (four color CMYK) of #b886dc color hex is 0.16, 0.39, 0.00, 0.14. Web safe color of #b886dc is #cc99cc. Color #b886dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10000110 11011100
Octal 270 206 334
Decimal 184 134 220
Hex B8 86 DC

RGB Percentages of Color #b886dc

%34.20
%24.91
%40.89

CMYK Percentages of Color #b886dc

%16
%39
%0
%14

Triadic Colors of #b886dc

#b886dc #dcb886 #86dcb8

Analogous Colors of #b886dc

#b886dc #dc86d5 #8d86dc

Monochromatic Colors of #b886dc

#b886dc

Complementary Color

#b886dc #aadc86

#b886dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b886dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b886dc Color CSS Codes

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

#b886dc Text Font Color

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

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


#b886dc Background Color

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

This div background color is #b886dc


#b886dc Border Color

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

This div border color is #b886dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b886dc


Comments

No comments written yet.

Please login to write comment.