Color Hex Logo

#b69acd Color Hex

#B69ACD
(182,154,205)
0 Favorites   0 Comments

Color spaces of #b69acd

RGB 182154205
HSL0.760.340.70
HSV273°25°80°
CMYK 0.110.250.00   0.20
XYZ41.866437.464162.7823
Yxy37.46410.29460.2636
Hunter Lab61.207914.9807-17.9695
CIE-Lab67.623819.9865-22.2859

#b69acd color RGB value is (182,154,205).

#b69acd hex color red value is 182, green value is 154 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #b69acd hue: 0.76 , saturation: 0.34 and the lightness value of b69acd is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 10011010 11001101
Octal 266 232 315
Decimal 182 154 205
Hex B6 9A CD

RGB Percentages of Color #b69acd

%33.64
%28.47
%37.89

CMYK Percentages of Color #b69acd

%11
%25
%0
%20

Triadic Colors of #b69acd

#b69acd #cdb69a #9acdb6

Analogous Colors of #b69acd

#b69acd #cd9acb #9d9acd

Monochromatic Colors of #b69acd

#b69acd

Complementary Color

#b69acd #b1cd9a

#b69acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b69acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b69acd Color CSS Codes

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

#b69acd Text Font Color

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

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


#b69acd Background Color

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

This div background color is #b69acd


#b69acd Border Color

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

This div border color is #b69acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b69acd


Comments

No comments written yet.

Please login to write comment.