Color Hex Logo

#b69fcd Color Hex

#B69FCD
(182,159,205)
0 Favorites   0 Comments

Color spaces of #b69fcd

RGB 182159205
HSL0.750.320.71
HSV270°22°80°
CMYK 0.110.220.00   0.20
XYZ42.709039.149163.0631
Yxy39.14910.29470.2701
Hunter Lab62.569212.3457-15.9595
CIE-Lab68.859117.1969-20.4037

#b69fcd color RGB value is (182,159,205).

#b69fcd hex color red value is 182, green value is 159 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #b69fcd hue: 0.75 , saturation: 0.32 and the lightness value of b69fcd is 0.71.

The process color (four color CMYK) of #b69fcd color hex is 0.11, 0.22, 0.00, 0.20. Web safe color of #b69fcd is #cc99cc. Color #b69fcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10011111 11001101
Octal 266 237 315
Decimal 182 159 205
Hex B6 9F CD

RGB Percentages of Color #b69fcd

%33.33
%29.12
%37.55

CMYK Percentages of Color #b69fcd

%11
%22
%0
%20

Triadic Colors of #b69fcd

#b69fcd #cdb69f #9fcdb6

Analogous Colors of #b69fcd

#b69fcd #cd9fcd #9f9fcd

Monochromatic Colors of #b69fcd

#b69fcd

Complementary Color

#b69fcd #b6cd9f

#b69fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b69fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b69fcd Color CSS Codes

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

#b69fcd Text Font Color

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

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


#b69fcd Background Color

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

This div background color is #b69fcd


#b69fcd Border Color

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

This div border color is #b69fcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b69fcd


Comments

No comments written yet.

Please login to write comment.