Color Hex Logo

#b69dcb Color Hex

#B69DCB
(182,157,203)
0 Favorites   0 Comments

Color spaces of #b69dcb

RGB 182157203
HSL0.760.310.71
HSV273°23°80°
CMYK 0.100.230.00   0.20
XYZ42.127938.370861.6858
Yxy38.37080.29630.2699
Hunter Lab61.944212.9946-15.6818
CIE-Lab68.293017.8922-20.1572

#b69dcb color RGB value is (182,157,203).

#b69dcb hex color red value is 182, green value is 157 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #b69dcb hue: 0.76 , saturation: 0.31 and the lightness value of b69dcb is 0.71.

The process color (four color CMYK) of #b69dcb color hex is 0.10, 0.23, 0.00, 0.20. Web safe color of #b69dcb is #cc99cc. Color #b69dcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10011101 11001011
Octal 266 235 313
Decimal 182 157 203
Hex B6 9D CB

RGB Percentages of Color #b69dcb

%33.58
%28.97
%37.45

CMYK Percentages of Color #b69dcb

%10
%23
%0
%20

Triadic Colors of #b69dcb

#b69dcb #cbb69d #9dcbb6

Analogous Colors of #b69dcb

#b69dcb #cb9dc9 #9f9dcb

Monochromatic Colors of #b69dcb

#b69dcb

Complementary Color

#b69dcb #b2cb9d

#b69dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b69dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b69dcb Color CSS Codes

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

#b69dcb Text Font Color

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

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


#b69dcb Background Color

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

This div background color is #b69dcb


#b69dcb Border Color

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

This div border color is #b69dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b69dcb


Comments

No comments written yet.

Please login to write comment.