Color Hex Logo

#b96efd Color Hex

#B96EFD
(185,110,253)
0 Favorites   0 Comments

Color spaces of #b96efd

RGB 185110253
HSL0.750.970.71
HSV271°57°99°
CMYK 0.270.570.00   0.01
XYZ43.313128.558096.1579
Yxy28.55800.25780.1700
Hunter Lab53.439751.1556-69.2770
CIE-Lab60.389555.5010-60.1777

#b96efd color RGB value is (185,110,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01101110 11111101
Octal 271 156 375
Decimal 185 110 253
Hex B9 6E FD

RGB Percentages of Color #b96efd

%33.76
%20.07
%46.17

CMYK Percentages of Color #b96efd

%27
%57
%0
%1

Triadic Colors of #b96efd

#b96efd #fdb96e #6efdb9

Analogous Colors of #b96efd

#b96efd #fd6efa #726efd

Monochromatic Colors of #b96efd

#b96efd

Complementary Color

#b96efd #b2fd6e

#b96efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b96efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b96efd Color CSS Codes

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

#b96efd Text Font Color

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

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


#b96efd Background Color

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

This div background color is #b96efd


#b96efd Border Color

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

This div border color is #b96efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b96efd


Comments

No comments written yet.

Please login to write comment.