Color Hex Logo

#b86beb Color Hex

#B86BEB
(184,107,235)
0 Favorites   0 Comments

Color spaces of #b86beb

RGB 184107235
HSL0.770.760.67
HSV276°54°92°
CMYK 0.220.540.00   0.08
XYZ40.020326.703981.6423
Yxy26.70390.26970.1800
Hunter Lab51.675847.8065-57.4988
CIE-Lab58.699252.7783-52.9055

#b86beb color RGB value is (184,107,235).

#b86beb hex color red value is 184, green value is 107 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #b86beb hue: 0.77 , saturation: 0.76 and the lightness value of b86beb is 0.67.

The process color (four color CMYK) of #b86beb color hex is 0.22, 0.54, 0.00, 0.08. Web safe color of #b86beb is #cc66ff. Color #b86beb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01101011 11101011
Octal 270 153 353
Decimal 184 107 235
Hex B8 6B EB

RGB Percentages of Color #b86beb

%34.98
%20.34
%44.68

CMYK Percentages of Color #b86beb

%22
%54
%0
%8

Triadic Colors of #b86beb

#b86beb #ebb86b #6bebb8

Analogous Colors of #b86beb

#b86beb #eb6bde #786beb

Monochromatic Colors of #b86beb

#b86beb

Complementary Color

#b86beb #9eeb6b

#b86beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b86beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b86beb Color CSS Codes

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

#b86beb Text Font Color

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

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


#b86beb Background Color

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

This div background color is #b86beb


#b86beb Border Color

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

This div border color is #b86beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b86beb


Comments

No comments written yet.

Please login to write comment.