Color Hex Logo

#b69dba Color Hex

#B69DBA
(182,157,186)
0 Favorites   0 Comments

Color spaces of #b69dba

RGB 182157186
HSL0.810.170.67
HSV292°16°73°
CMYK 0.020.160.00   0.27
XYZ40.211337.604251.5933
Yxy37.60420.31070.2906
Hunter Lab61.32239.7352-6.9579
CIE-Lab67.727914.4570-11.5637

#b69dba color RGB value is (182,157,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 10011101 10111010
Octal 266 235 272
Decimal 182 157 186
Hex B6 9D BA

RGB Percentages of Color #b69dba

%34.67
%29.90
%35.43

CMYK Percentages of Color #b69dba

%2
%16
%0
%27

Triadic Colors of #b69dba

#b69dba #bab69d #9dbab6

Analogous Colors of #b69dba

#b69dba #ba9db0 #a89dba

Monochromatic Colors of #b69dba

#b69dba

Complementary Color

#b69dba #a1ba9d

#b69dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b69dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b69dba Color CSS Codes

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

#b69dba Text Font Color

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

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


#b69dba Background Color

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

This div background color is #b69dba


#b69dba Border Color

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

This div border color is #b69dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b69dba

#b69dba Color Palettes


Comments

No comments written yet.

Please login to write comment.