Color Hex Logo

#b86afd Color Hex

#B86AFD
(184,106,253)
0 Favorites   0 Comments

Color spaces of #b86afd

RGB 184106253
HSL0.760.970.70
HSV272°58°99°
CMYK 0.270.580.00   0.01
XYZ42.650827.590396.0060
Yxy27.59030.25660.1660
Hunter Lab52.526553.0183-71.5996
CIE-Lab59.516857.2916-61.5814

#b86afd color RGB value is (184,106,253).

#b86afd hex color red value is 184, green value is 106 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #b86afd hue: 0.76 , saturation: 0.97 and the lightness value of b86afd is 0.70.

The process color (four color CMYK) of #b86afd color hex is 0.27, 0.58, 0.00, 0.01. Web safe color of #b86afd is #cc66ff. Color #b86afd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01101010 11111101
Octal 270 152 375
Decimal 184 106 253
Hex B8 6A FD

RGB Percentages of Color #b86afd

%33.89
%19.52
%46.59

CMYK Percentages of Color #b86afd

%27
%58
%0
%1

Triadic Colors of #b86afd

#b86afd #fdb86a #6afdb8

Analogous Colors of #b86afd

#b86afd #fd6af9 #6f6afd

Monochromatic Colors of #b86afd

#b86afd

Complementary Color

#b86afd #affd6a

#b86afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b86afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b86afd Color CSS Codes

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

#b86afd Text Font Color

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

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


#b86afd Background Color

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

This div background color is #b86afd


#b86afd Border Color

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

This div border color is #b86afd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b86afd

Related Colors


Comments

No comments written yet.

Please login to write comment.