Color Hex Logo

#b86cdc Color Hex

#B86CDC
(184,108,220)
0 Favorites   0 Comments

Color spaces of #b86cdc

RGB 184108220
HSL0.780.620.64
HSV281°51°86°
CMYK 0.160.510.00   0.14
XYZ38.048026.082870.7393
Yxy26.08280.28210.1934
Hunter Lab51.071343.6072-46.3731
CIE-Lab58.115649.0338-45.4341

#b86cdc color RGB value is (184,108,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01101100 11011100
Octal 270 154 334
Decimal 184 108 220
Hex B8 6C DC

RGB Percentages of Color #b86cdc

%35.94
%21.09
%42.97

CMYK Percentages of Color #b86cdc

%16
%51
%0
%14

Triadic Colors of #b86cdc

#b86cdc #dcb86c #6cdcb8

Analogous Colors of #b86cdc

#b86cdc #dc6cc8 #806cdc

Monochromatic Colors of #b86cdc

#b86cdc

Complementary Color

#b86cdc #90dc6c

#b86cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b86cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b86cdc Color CSS Codes

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

#b86cdc Text Font Color

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

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


#b86cdc Background Color

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

This div background color is #b86cdc


#b86cdc Border Color

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

This div border color is #b86cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b86cdc


Comments

No comments written yet.

Please login to write comment.