Color Hex Logo

#b69dbf Color Hex

#B69DBF
(182,157,191)
0 Favorites   0 Comments

Color spaces of #b69dbf

RGB 182157191
HSL0.790.210.68
HSV284°18°75°
CMYK 0.050.180.00   0.25
XYZ40.752337.820654.4424
Yxy37.82060.30640.2843
Hunter Lab61.498510.6617-9.4384
CIE-Lab67.888215.4418-14.1062

#b69dbf color RGB value is (182,157,191).

#b69dbf hex color red value is 182, green value is 157 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #b69dbf hue: 0.79 , saturation: 0.21 and the lightness value of b69dbf is 0.68.

The process color (four color CMYK) of #b69dbf color hex is 0.05, 0.18, 0.00, 0.25. Web safe color of #b69dbf is #cc99cc. Color #b69dbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10011101 10111111
Octal 266 235 277
Decimal 182 157 191
Hex B6 9D BF

RGB Percentages of Color #b69dbf

%34.34
%29.62
%36.04

CMYK Percentages of Color #b69dbf

%5
%18
%0
%25

Triadic Colors of #b69dbf

#b69dbf #bfb69d #9dbfb6

Analogous Colors of #b69dbf

#b69dbf #bf9db7 #a59dbf

Monochromatic Colors of #b69dbf

#b69dbf

Complementary Color

#b69dbf #a6bf9d

#b69dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b69dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b69dbf Color CSS Codes

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

#b69dbf Text Font Color

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

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


#b69dbf Background Color

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

This div background color is #b69dbf


#b69dbf Border Color

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

This div border color is #b69dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b69dbf


Comments

No comments written yet.

Please login to write comment.