Color Hex Logo

#b96fdc Color Hex

#B96FDC
(185,111,220)
0 Favorites   0 Comments

Color spaces of #b96fdc

RGB 185111220
HSL0.780.610.65
HSV281°50°86°
CMYK 0.160.500.00   0.14
XYZ38.610326.850570.8578
Yxy26.85050.28320.1970
Hunter Lab51.817542.3236-44.8039
CIE-Lab58.835747.7362-44.2892

#b96fdc color RGB value is (185,111,220).

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

The process color (four color CMYK) of #b96fdc color hex is 0.16, 0.50, 0.00, 0.14. Web safe color of #b96fdc is #cc66cc. Color #b96fdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01101111 11011100
Octal 271 157 334
Decimal 185 111 220
Hex B9 6F DC

RGB Percentages of Color #b96fdc

%35.85
%21.51
%42.64

CMYK Percentages of Color #b96fdc

%16
%50
%0
%14

Triadic Colors of #b96fdc

#b96fdc #dcb96f #6fdcb9

Analogous Colors of #b96fdc

#b96fdc #dc6fc9 #836fdc

Monochromatic Colors of #b96fdc

#b96fdc

Complementary Color

#b96fdc #92dc6f

#b96fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b96fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b96fdc Color CSS Codes

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

#b96fdc Text Font Color

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

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


#b96fdc Background Color

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

This div background color is #b96fdc


#b96fdc Border Color

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

This div border color is #b96fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b96fdc


Comments

No comments written yet.

Please login to write comment.