Color Hex Logo

#b96afd Color Hex

#B96AFD
(185,106,253)
0 Favorites   0 Comments

Color spaces of #b96afd

RGB 185106253
HSL0.760.970.70
HSV272°58°99°
CMYK 0.270.580.00   0.01
XYZ42.891227.714296.0173
Yxy27.71420.25740.1663
Hunter Lab52.644353.3029-71.2874
CIE-Lab59.629757.5230-61.3943

#b96afd color RGB value is (185,106,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01101010 11111101
Octal 271 152 375
Decimal 185 106 253
Hex B9 6A FD

RGB Percentages of Color #b96afd

%34.01
%19.49
%46.51

CMYK Percentages of Color #b96afd

%27
%58
%0
%1

Triadic Colors of #b96afd

#b96afd #fdb96a #6afdb9

Analogous Colors of #b96afd

#b96afd #fd6af8 #706afd

Monochromatic Colors of #b96afd

#b96afd

Complementary Color

#b96afd #aefd6a

#b96afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b96afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b96afd Color CSS Codes

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

#b96afd Text Font Color

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

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


#b96afd Background Color

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

This div background color is #b96afd


#b96afd Border Color

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

This div border color is #b96afd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b96afd


Comments

No comments written yet.

Please login to write comment.