Color Hex Logo

#b96ccf Color Hex

#B96CCF
(185,108,207)
0 Favorites   0 Comments

Color spaces of #b96ccf

RGB 185108207
HSL0.800.510.62
HSV287°48°81°
CMYK 0.110.480.00   0.19
XYZ36.632625.544462.0313
Yxy25.54440.29490.2057
Hunter Lab50.541540.9297-37.3896
CIE-Lab57.602046.6200-38.8983

#b96ccf color RGB value is (185,108,207).

#b96ccf hex color red value is 185, green value is 108 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #b96ccf hue: 0.80 , saturation: 0.51 and the lightness value of b96ccf is 0.62.

The process color (four color CMYK) of #b96ccf color hex is 0.11, 0.48, 0.00, 0.19. Web safe color of #b96ccf is #cc66cc. Color #b96ccf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01101100 11001111
Octal 271 154 317
Decimal 185 108 207
Hex B9 6C CF

RGB Percentages of Color #b96ccf

%37.00
%21.60
%41.40

CMYK Percentages of Color #b96ccf

%11
%48
%0
%19

Triadic Colors of #b96ccf

#b96ccf #cfb96c #6ccfb9

Analogous Colors of #b96ccf

#b96ccf #cf6cb4 #886ccf

Monochromatic Colors of #b96ccf

#b96ccf

Complementary Color

#b96ccf #82cf6c

#b96ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b96ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b96ccf Color CSS Codes

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

#b96ccf Text Font Color

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

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


#b96ccf Background Color

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

This div background color is #b96ccf


#b96ccf Border Color

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

This div border color is #b96ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b96ccf


Comments

No comments written yet.

Please login to write comment.