Color Hex Logo

#b96bf3 Color Hex

#B96BF3
(185,107,243)
0 Favorites   0 Comments

Color spaces of #b96bf3

RGB 185107243
HSL0.760.850.69
HSV274°56°95°
CMYK 0.240.560.00   0.05
XYZ41.442927.300787.8793
Yxy27.30070.26460.1743
Hunter Lab52.250150.1422-63.1447
CIE-Lab59.251654.7862-56.4669

#b96bf3 color RGB value is (185,107,243).

#b96bf3 hex color red value is 185, green value is 107 and the blue value of its RGB is 243. Cylindrical-coordinate representations (also known as HSL) of color #b96bf3 hue: 0.76 , saturation: 0.85 and the lightness value of b96bf3 is 0.69.

The process color (four color CMYK) of #b96bf3 color hex is 0.24, 0.56, 0.00, 0.05. Web safe color of #b96bf3 is #cc66ff. Color #b96bf3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01101011 11110011
Octal 271 153 363
Decimal 185 107 243
Hex B9 6B F3

RGB Percentages of Color #b96bf3

%34.58
%20.00
%45.42

CMYK Percentages of Color #b96bf3

%24
%56
%0
%5

Triadic Colors of #b96bf3

#b96bf3 #f3b96b #6bf3b9

Analogous Colors of #b96bf3

#b96bf3 #f36be9 #756bf3

Monochromatic Colors of #b96bf3

#b96bf3

Complementary Color

#b96bf3 #a5f36b

#b96bf3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b96bf3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b96bf3 Color CSS Codes

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

#b96bf3 Text Font Color

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

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


#b96bf3 Background Color

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

This div background color is #b96bf3


#b96bf3 Border Color

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

This div border color is #b96bf3


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,107,243, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b96bf3


Comments

No comments written yet.

Please login to write comment.