Color Hex Logo

#b86ade Color Hex

#B86ADE
(184,106,222)
0 Favorites   0 Comments

Color spaces of #b86ade

RGB 184106222
HSL0.780.640.64
HSV280°52°87°
CMYK 0.170.520.00   0.13
XYZ38.106025.772372.0734
Yxy25.77230.28030.1896
Hunter Lab50.766445.1434-48.6379
CIE-Lab57.820350.4937-47.0254

#b86ade color RGB value is (184,106,222).

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

The process color (four color CMYK) of #b86ade color hex is 0.17, 0.52, 0.00, 0.13. Web safe color of #b86ade is #cc66cc. Color #b86ade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01101010 11011110
Octal 270 152 336
Decimal 184 106 222
Hex B8 6A DE

RGB Percentages of Color #b86ade

%35.94
%20.70
%43.36

CMYK Percentages of Color #b86ade

%17
%52
%0
%13

Triadic Colors of #b86ade

#b86ade #deb86a #6adeb8

Analogous Colors of #b86ade

#b86ade #de6aca #7e6ade

Monochromatic Colors of #b86ade

#b86ade

Complementary Color

#b86ade #90de6a

#b86ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b86ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#b86ade Color CSS Codes

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

#b86ade Text Font Color

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

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


#b86ade Background Color

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

This div background color is #b86ade


#b86ade Border Color

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

This div border color is #b86ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b86ade


Comments

No comments written yet.

Please login to write comment.