Color Hex Logo

#b966bd Color Hex

#B966BD
(185,102,189)
0 Favorites   0 Comments

Color spaces of #b966bd

RGB 185102189
HSL0.830.400.57
HSV297°46°74°
CMYK 0.020.460.00   0.26
XYZ33.944323.491250.8893
Yxy23.49120.31340.2169
Hunter Lab48.467740.1937-28.3249
CIE-Lab55.574746.2304-31.8050

#b966bd color RGB value is (185,102,189).

#b966bd hex color red value is 185, green value is 102 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b966bd hue: 0.83 , saturation: 0.40 and the lightness value of b966bd is 0.57.

The process color (four color CMYK) of #b966bd color hex is 0.02, 0.46, 0.00, 0.26. Web safe color of #b966bd is #cc66cc. Color #b966bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01100110 10111101
Octal 271 146 275
Decimal 185 102 189
Hex B9 66 BD

RGB Percentages of Color #b966bd

%38.87
%21.43
%39.71

CMYK Percentages of Color #b966bd

%2
%46
%0
%26

Triadic Colors of #b966bd

#b966bd #bdb966 #66bdb9

Analogous Colors of #b966bd

#b966bd #bd6696 #8e66bd

Monochromatic Colors of #b966bd

#b966bd

Complementary Color

#b966bd #6abd66

#b966bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b966bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b966bd Color CSS Codes

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

#b966bd Text Font Color

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

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


#b966bd Background Color

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

This div background color is #b966bd


#b966bd Border Color

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

This div border color is #b966bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b966bd


Comments

No comments written yet.

Please login to write comment.