Color Hex Logo

#b966ab Color Hex

#B966AB
(185,102,171)
0 Favorites   0 Comments

Color spaces of #b966ab

RGB 185102171
HSL0.860.370.56
HSV310°45°73°
CMYK 0.000.450.08   0.27
XYZ32.109622.757341.2283
Yxy22.75730.33410.2368
Hunter Lab47.704636.6639-17.8476
CIE-Lab54.821542.9672-22.5851

#b966ab color RGB value is (185,102,171).

#b966ab hex color red value is 185, green value is 102 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #b966ab hue: 0.86 , saturation: 0.37 and the lightness value of b966ab is 0.56.

The process color (four color CMYK) of #b966ab color hex is 0.00, 0.45, 0.08, 0.27. Web safe color of #b966ab is #cc6699. Color #b966ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01100110 10101011
Octal 271 146 253
Decimal 185 102 171
Hex B9 66 AB

RGB Percentages of Color #b966ab

%40.39
%22.27
%37.34

CMYK Percentages of Color #b966ab

%0
%45
%8
%27

Triadic Colors of #b966ab

#b966ab #abb966 #66abb9

Analogous Colors of #b966ab

#b966ab #b96682 #9e66b9

Monochromatic Colors of #b966ab

#b966ab

Complementary Color

#b966ab #66b974

#b966ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b966ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b966ab Color CSS Codes

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

#b966ab Text Font Color

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

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


#b966ab Background Color

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

This div background color is #b966ab


#b966ab Border Color

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

This div border color is #b966ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b966ab


Comments

No comments written yet.

Please login to write comment.