Color Hex Logo

#b96ddc Color Hex

#B96DDC
(185,109,220)
0 Favorites   0 Comments

Color spaces of #b96ddc

RGB 185109220
HSL0.780.610.65
HSV281°50°86°
CMYK 0.160.500.00   0.14
XYZ38.394526.418970.7859
Yxy26.41890.28310.1948
Hunter Lab51.399343.3879-45.6732
CIE-Lab58.432648.7827-44.9256

#b96ddc color RGB value is (185,109,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01101101 11011100
Octal 271 155 334
Decimal 185 109 220
Hex B9 6D DC

RGB Percentages of Color #b96ddc

%35.99
%21.21
%42.80

CMYK Percentages of Color #b96ddc

%16
%50
%0
%14

Triadic Colors of #b96ddc

#b96ddc #dcb96d #6ddcb9

Analogous Colors of #b96ddc

#b96ddc #dc6dc8 #826ddc

Monochromatic Colors of #b96ddc

#b96ddc

Complementary Color

#b96ddc #90dc6d

#b96ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b96ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b96ddc Color CSS Codes

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

#b96ddc Text Font Color

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

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


#b96ddc Background Color

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

This div background color is #b96ddc


#b96ddc Border Color

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

This div border color is #b96ddc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,109,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 #b96ddc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b96ddc


Comments

No comments written yet.

Please login to write comment.