Color Hex Logo

#bd86eb Color Hex

#BD86EB
(189,134,235)
0 Favorites   0 Comments

Color spaces of #bd86eb

RGB 189134235
HSL0.760.720.72
HSV273°43°92°
CMYK 0.200.430.00   0.08
XYZ44.506833.867282.7885
Yxy33.86720.27620.2101
Hunter Lab58.195534.6711-43.6086
CIE-Lab64.857039.7473-43.1350

#bd86eb color RGB value is (189,134,235).

#bd86eb hex color red value is 189, green value is 134 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #bd86eb hue: 0.76 , saturation: 0.72 and the lightness value of bd86eb is 0.72.

The process color (four color CMYK) of #bd86eb color hex is 0.20, 0.43, 0.00, 0.08. Web safe color of #bd86eb is #cc99ff. Color #bd86eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10000110 11101011
Octal 275 206 353
Decimal 189 134 235
Hex BD 86 EB

RGB Percentages of Color #bd86eb

%33.87
%24.01
%42.11

CMYK Percentages of Color #bd86eb

%20
%43
%0
%8

Triadic Colors of #bd86eb

#bd86eb #ebbd86 #86ebbd

Analogous Colors of #bd86eb

#bd86eb #eb86e7 #8b86eb

Monochromatic Colors of #bd86eb

#bd86eb

Complementary Color

#bd86eb #b4eb86

#bd86eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd86eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd86eb Color CSS Codes

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

#bd86eb Text Font Color

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

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


#bd86eb Background Color

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

This div background color is #bd86eb


#bd86eb Border Color

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

This div border color is #bd86eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd86eb

#bd86eb Color Palettes


Comments

No comments written yet.

Please login to write comment.