Color Hex Logo

#b86adc Color Hex

#B86ADC
(184,106,220)
0 Favorites   0 Comments

Color spaces of #b86adc

RGB 184106220
HSL0.780.620.64
HSV281°52°86°
CMYK 0.160.520.00   0.14
XYZ37.839525.665770.6698
Yxy25.66570.28200.1913
Hunter Lab50.661344.6663-47.2434
CIE-Lab57.718450.0715-46.0622

#b86adc color RGB value is (184,106,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01101010 11011100
Octal 270 152 334
Decimal 184 106 220
Hex B8 6A DC

RGB Percentages of Color #b86adc

%36.08
%20.78
%43.14

CMYK Percentages of Color #b86adc

%16
%52
%0
%14

Triadic Colors of #b86adc

#b86adc #dcb86a #6adcb8

Analogous Colors of #b86adc

#b86adc #dc6ac7 #7f6adc

Monochromatic Colors of #b86adc

#b86adc

Complementary Color

#b86adc #8edc6a

#b86adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b86adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b86adc Color CSS Codes

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

#b86adc Text Font Color

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

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


#b86adc Background Color

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

This div background color is #b86adc


#b86adc Border Color

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

This div border color is #b86adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b86adc


Comments

No comments written yet.

Please login to write comment.