Color Hex Logo

#b96ceb Color Hex

#B96CEB
(185,108,235)
0 Favorites   0 Comments

Color spaces of #b96ceb

RGB 185108235
HSL0.770.760.67
HSV276°54°92°
CMYK 0.210.540.00   0.08
XYZ40.365527.037681.6885
Yxy27.03760.27070.1813
Hunter Lab51.997747.5725-56.7463
CIE-Lab59.009152.5170-52.4055

#b96ceb color RGB value is (185,108,235).

#b96ceb hex color red value is 185, green value is 108 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #b96ceb hue: 0.77 , saturation: 0.76 and the lightness value of b96ceb is 0.67.

The process color (four color CMYK) of #b96ceb color hex is 0.21, 0.54, 0.00, 0.08. Web safe color of #b96ceb is #cc66ff. Color #b96ceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01101100 11101011
Octal 271 154 353
Decimal 185 108 235
Hex B9 6C EB

RGB Percentages of Color #b96ceb

%35.04
%20.45
%44.51

CMYK Percentages of Color #b96ceb

%21
%54
%0
%8

Triadic Colors of #b96ceb

#b96ceb #ebb96c #6cebb9

Analogous Colors of #b96ceb

#b96ceb #eb6cde #7a6ceb

Monochromatic Colors of #b96ceb

#b96ceb

Complementary Color

#b96ceb #9eeb6c

#b96ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b96ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b96ceb Color CSS Codes

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

#b96ceb Text Font Color

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

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


#b96ceb Background Color

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

This div background color is #b96ceb


#b96ceb Border Color

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

This div border color is #b96ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b96ceb


Comments

No comments written yet.

Please login to write comment.