Color Hex Logo

#b96bde Color Hex

#B96BDE
(185,107,222)
0 Favorites   0 Comments

Color spaces of #b96bde

RGB 185107222
HSL0.780.640.65
HSV281°52°87°
CMYK 0.170.520.00   0.13
XYZ38.450126.103672.1192
Yxy26.10360.28130.1910
Hunter Lab51.091744.9234-47.9275
CIE-Lab58.135350.2425-46.5192

#b96bde color RGB value is (185,107,222).

#b96bde hex color red value is 185, green value is 107 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #b96bde hue: 0.78 , saturation: 0.64 and the lightness value of b96bde is 0.65.

The process color (four color CMYK) of #b96bde color hex is 0.17, 0.52, 0.00, 0.13. Web safe color of #b96bde is #cc66cc. Color #b96bde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01101011 11011110
Octal 271 153 336
Decimal 185 107 222
Hex B9 6B DE

RGB Percentages of Color #b96bde

%35.99
%20.82
%43.19

CMYK Percentages of Color #b96bde

%17
%52
%0
%13

Triadic Colors of #b96bde

#b96bde #deb96b #6bdeb9

Analogous Colors of #b96bde

#b96bde #de6bca #806bde

Monochromatic Colors of #b96bde

#b96bde

Complementary Color

#b96bde #90de6b

#b96bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b96bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#b96bde Color CSS Codes

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

#b96bde Text Font Color

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

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


#b96bde Background Color

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

This div background color is #b96bde


#b96bde Border Color

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

This div border color is #b96bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b96bde


Comments

No comments written yet.

Please login to write comment.