Color Hex Logo

#b86fdc Color Hex

#B86FDC
(184,111,220)
0 Favorites   0 Comments

Color spaces of #b86fdc

RGB 184111220
HSL0.780.610.65
HSV280°50°86°
CMYK 0.160.500.00   0.14
XYZ38.369926.726570.8466
Yxy26.72650.28220.1966
Hunter Lab51.697742.0114-45.0628
CIE-Lab58.720347.4634-44.4790

#b86fdc color RGB value is (184,111,220).

#b86fdc hex color red value is 184, green value is 111 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b86fdc hue: 0.78 , saturation: 0.61 and the lightness value of b86fdc is 0.65.

The process color (four color CMYK) of #b86fdc color hex is 0.16, 0.50, 0.00, 0.14. Web safe color of #b86fdc is #cc66cc. Color #b86fdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01101111 11011100
Octal 270 157 334
Decimal 184 111 220
Hex B8 6F DC

RGB Percentages of Color #b86fdc

%35.73
%21.55
%42.72

CMYK Percentages of Color #b86fdc

%16
%50
%0
%14

Triadic Colors of #b86fdc

#b86fdc #dcb86f #6fdcb8

Analogous Colors of #b86fdc

#b86fdc #dc6fca #826fdc

Monochromatic Colors of #b86fdc

#b86fdc

Complementary Color

#b86fdc #93dc6f

#b86fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b86fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b86fdc Color CSS Codes

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

#b86fdc Text Font Color

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

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


#b86fdc Background Color

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

This div background color is #b86fdc


#b86fdc Border Color

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

This div border color is #b86fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b86fdc


Comments

No comments written yet.

Please login to write comment.