Color Hex Logo

#b3aacd Color Hex

#B3AACD
(179,170,205)
0 Favorites   0 Comments

Color spaces of #b3aacd

RGB 179170205
HSL0.710.260.74
HSV255°17°80°
CMYK 0.130.170.00   0.20
XYZ43.984642.740963.6892
Yxy42.74090.29240.2842
Hunter Lab65.37655.6839-11.9962
CIE-Lab71.378810.1119-16.6095

#b3aacd color RGB value is (179,170,205).

#b3aacd hex color red value is 179, green value is 170 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #b3aacd hue: 0.71 , saturation: 0.26 and the lightness value of b3aacd is 0.74.

The process color (four color CMYK) of #b3aacd color hex is 0.13, 0.17, 0.00, 0.20. Web safe color of #b3aacd is #cc99cc. Color #b3aacd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10101010 11001101
Octal 263 252 315
Decimal 179 170 205
Hex B3 AA CD

RGB Percentages of Color #b3aacd

%32.31
%30.69
%37.00

CMYK Percentages of Color #b3aacd

%13
%17
%0
%20

Triadic Colors of #b3aacd

#b3aacd #cdb3aa #aacdb3

Analogous Colors of #b3aacd

#b3aacd #c5aacd #aab3cd

Monochromatic Colors of #b3aacd

#b3aacd

Complementary Color

#b3aacd #c4cdaa

#b3aacd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3aacd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3aacd Color CSS Codes

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

#b3aacd Text Font Color

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

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


#b3aacd Background Color

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

This div background color is #b3aacd


#b3aacd Border Color

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

This div border color is #b3aacd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3aacd


Comments

No comments written yet.

Please login to write comment.