Color Hex Logo

#b5a2bd Color Hex

#B5A2BD
(181,162,189)
0 Favorites   0 Comments

Color spaces of #b5a2bd

RGB 181162189
HSL0.780.170.69
HSV282°14°74°
CMYK 0.040.140.00   0.26
XYZ41.161739.338553.5678
Yxy39.33850.30700.2934
Hunter Lab62.72047.3840-6.7337
CIE-Lab68.995811.9262-11.3419

#b5a2bd color RGB value is (181,162,189).

#b5a2bd hex color red value is 181, green value is 162 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b5a2bd hue: 0.78 , saturation: 0.17 and the lightness value of b5a2bd is 0.69.

The process color (four color CMYK) of #b5a2bd color hex is 0.04, 0.14, 0.00, 0.26. Web safe color of #b5a2bd is #cc99cc. Color #b5a2bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10100010 10111101
Octal 265 242 275
Decimal 181 162 189
Hex B5 A2 BD

RGB Percentages of Color #b5a2bd

%34.02
%30.45
%35.53

CMYK Percentages of Color #b5a2bd

%4
%14
%0
%26

Triadic Colors of #b5a2bd

#b5a2bd #bdb5a2 #a2bdb5

Analogous Colors of #b5a2bd

#b5a2bd #bda2b8 #a8a2bd

Monochromatic Colors of #b5a2bd

#b5a2bd

Complementary Color

#b5a2bd #aabda2

#b5a2bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5a2bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5a2bd Color CSS Codes

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

#b5a2bd Text Font Color

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

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


#b5a2bd Background Color

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

This div background color is #b5a2bd


#b5a2bd Border Color

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

This div border color is #b5a2bd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(181,162,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b5a2bd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b5a2bd;
  -webkit-box-shadow: 1px 1px 3px 2px #b5a2bd;
  box-shadow:         1px 1px 3px 2px #b5a2bd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,162,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5a2bd

#b5a2bd Color Palettes


Comments

No comments written yet.

Please login to write comment.