Color Hex Logo

#b86cec Color Hex

#B86CEC
(184,108,236)
0 Favorites   0 Comments

Color spaces of #b86cec

RGB 184108236
HSL0.770.770.67
HSV276°54°93°
CMYK 0.220.540.00   0.07
XYZ40.270026.971682.4405
Yxy26.97160.26900.1802
Hunter Lab51.934247.5249-57.7632
CIE-Lab58.948052.4837-53.0667

#b86cec color RGB value is (184,108,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01101100 11101100
Octal 270 154 354
Decimal 184 108 236
Hex B8 6C EC

RGB Percentages of Color #b86cec

%34.85
%20.45
%44.70

CMYK Percentages of Color #b86cec

%22
%54
%0
%7

Triadic Colors of #b86cec

#b86cec #ecb86c #6cecb8

Analogous Colors of #b86cec

#b86cec #ec6ce0 #786cec

Monochromatic Colors of #b86cec

#b86cec

Complementary Color

#b86cec #a0ec6c

#b86cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b86cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b86cec Color CSS Codes

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

#b86cec Text Font Color

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

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


#b86cec Background Color

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

This div background color is #b86cec


#b86cec Border Color

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

This div border color is #b86cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b86cec


Comments

No comments written yet.

Please login to write comment.