Color Hex Logo

#b3aad0 Color Hex

#B3AAD0
(179,170,208)
0 Favorites   0 Comments

Color spaces of #b3aad0

RGB 179170208
HSL0.710.290.74
HSV254°18°82°
CMYK 0.140.180.00   0.18
XYZ44.350342.887265.6151
Yxy42.88720.29020.2806
Hunter Lab65.48836.2800-13.5630
CIE-Lab71.478310.7515-18.1070

#b3aad0 color RGB value is (179,170,208).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 10101010 11010000
Octal 263 252 320
Decimal 179 170 208
Hex B3 AA D0

RGB Percentages of Color #b3aad0

%32.14
%30.52
%37.34

CMYK Percentages of Color #b3aad0

%14
%18
%0
%18

Triadic Colors of #b3aad0

#b3aad0 #d0b3aa #aad0b3

Analogous Colors of #b3aad0

#b3aad0 #c6aad0 #aab4d0

Monochromatic Colors of #b3aad0

#b3aad0

Complementary Color

#b3aad0 #c7d0aa

#b3aad0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3aad0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3aad0 Color CSS Codes

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

#b3aad0 Text Font Color

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

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


#b3aad0 Background Color

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

This div background color is #b3aad0


#b3aad0 Border Color

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

This div border color is #b3aad0


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,170,208, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3aad0


Comments

No comments written yet.

Please login to write comment.