Color Hex Logo

#b96def Color Hex

#B96DEF
(185,109,239)
0 Favorites   0 Comments

Color spaces of #b96def

RGB 185109239
HSL0.760.800.68
HSV275°54°94°
CMYK 0.230.540.00   0.06
XYZ41.056227.483684.8023
Yxy27.48360.26770.1792
Hunter Lab52.424848.0479-59.2101
CIE-Lab59.419352.8805-53.9786

#b96def color RGB value is (185,109,239).

#b96def hex color red value is 185, green value is 109 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #b96def hue: 0.76 , saturation: 0.80 and the lightness value of b96def is 0.68.

The process color (four color CMYK) of #b96def color hex is 0.23, 0.54, 0.00, 0.06. Web safe color of #b96def is #cc66ff. Color #b96def contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01101101 11101111
Octal 271 155 357
Decimal 185 109 239
Hex B9 6D EF

RGB Percentages of Color #b96def

%34.71
%20.45
%44.84

CMYK Percentages of Color #b96def

%23
%54
%0
%6

Triadic Colors of #b96def

#b96def #efb96d #6defb9

Analogous Colors of #b96def

#b96def #ef6de4 #786def

Monochromatic Colors of #b96def

#b96def

Complementary Color

#b96def #a3ef6d

#b96def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b96def Color Preview on White Background

Lorem ipsum dolor sit amet.

#b96def Color CSS Codes

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

#b96def Text Font Color

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

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


#b96def Background Color

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

This div background color is #b96def


#b96def Border Color

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

This div border color is #b96def


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b96def


Comments

No comments written yet.

Please login to write comment.