Color Hex Logo

#b69cba Color Hex

#B69CBA
(182,156,186)
0 Favorites   0 Comments

Color spaces of #b69cba

RGB 182156186
HSL0.810.180.67
HSV292°16°73°
CMYK 0.020.160.00   0.27
XYZ40.042837.267251.5372
Yxy37.26720.31080.2892
Hunter Lab61.046910.2524-7.3212
CIE-Lab67.477015.0133-11.9397

#b69cba color RGB value is (182,156,186).

#b69cba hex color red value is 182, green value is 156 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #b69cba hue: 0.81 , saturation: 0.18 and the lightness value of b69cba is 0.67.

The process color (four color CMYK) of #b69cba color hex is 0.02, 0.16, 0.00, 0.27. Web safe color of #b69cba is #cc99cc. Color #b69cba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10011100 10111010
Octal 266 234 272
Decimal 182 156 186
Hex B6 9C BA

RGB Percentages of Color #b69cba

%34.73
%29.77
%35.50

CMYK Percentages of Color #b69cba

%2
%16
%0
%27

Triadic Colors of #b69cba

#b69cba #bab69c #9cbab6

Analogous Colors of #b69cba

#b69cba #ba9caf #a79cba

Monochromatic Colors of #b69cba

#b69cba

Complementary Color

#b69cba #a0ba9c

#b69cba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b69cba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b69cba Color CSS Codes

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

#b69cba Text Font Color

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

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


#b69cba Background Color

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

This div background color is #b69cba


#b69cba Border Color

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

This div border color is #b69cba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(182,156,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b69cba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b69cba;
  -webkit-box-shadow: 1px 1px 3px 2px #b69cba;
  box-shadow:         1px 1px 3px 2px #b69cba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,156,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b69cba


Comments

No comments written yet.

Please login to write comment.