Color Hex Logo

#b86ddc Color Hex

#B86DDC
(184,109,220)
0 Favorites   0 Comments

Color spaces of #b86ddc

RGB 184109220
HSL0.780.610.65
HSV281°50°86°
CMYK 0.160.500.00   0.14
XYZ38.154126.294970.7746
Yxy26.29490.28220.1945
Hunter Lab51.278643.0765-45.9370
CIE-Lab58.315948.5124-45.1175

#b86ddc color RGB value is (184,109,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01101101 11011100
Octal 270 155 334
Decimal 184 109 220
Hex B8 6D DC

RGB Percentages of Color #b86ddc

%35.87
%21.25
%42.88

CMYK Percentages of Color #b86ddc

%16
%50
%0
%14

Triadic Colors of #b86ddc

#b86ddc #dcb86d #6ddcb8

Analogous Colors of #b86ddc

#b86ddc #dc6dc9 #816ddc

Monochromatic Colors of #b86ddc

#b86ddc

Complementary Color

#b86ddc #91dc6d

#b86ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b86ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b86ddc Color CSS Codes

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

#b86ddc Text Font Color

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

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


#b86ddc Background Color

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

This div background color is #b86ddc


#b86ddc Border Color

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

This div border color is #b86ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b86ddc


Comments

No comments written yet.

Please login to write comment.