Color Hex Logo

#b866ab Color Hex

#B866AB
(184,102,171)
0 Favorites   0 Comments

Color spaces of #b866ab

RGB 184102171
HSL0.860.370.56
HSV310°45°72°
CMYK 0.000.450.07   0.28
XYZ31.869222.633441.2171
Yxy22.63340.33290.2365
Hunter Lab47.574636.3179-18.0648
CIE-Lab54.692742.6510-22.7940

#b866ab color RGB value is (184,102,171).

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

The process color (four color CMYK) of #b866ab color hex is 0.00, 0.45, 0.07, 0.28. Web safe color of #b866ab is #cc6699. Color #b866ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01100110 10101011
Octal 270 146 253
Decimal 184 102 171
Hex B8 66 AB

RGB Percentages of Color #b866ab

%40.26
%22.32
%37.42

CMYK Percentages of Color #b866ab

%0
%45
%7
%28

Triadic Colors of #b866ab

#b866ab #abb866 #66abb8

Analogous Colors of #b866ab

#b866ab #b86682 #9c66b8

Monochromatic Colors of #b866ab

#b866ab

Complementary Color

#b866ab #66b873

#b866ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b866ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b866ab Color CSS Codes

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

#b866ab Text Font Color

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

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


#b866ab Background Color

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

This div background color is #b866ab


#b866ab Border Color

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

This div border color is #b866ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b866ab


Comments

No comments written yet.

Please login to write comment.