Color Hex Logo

#b3aad8 Color Hex

#B3AAD8
(179,170,216)
0 Favorites   0 Comments

Color spaces of #b3aad8

RGB 179170216
HSL0.700.370.76
HSV252°21°85°
CMYK 0.170.210.00   0.15
XYZ45.359843.291070.9310
Yxy43.29100.28420.2713
Hunter Lab65.79597.9154-17.8602
CIE-Lab71.752012.4922-22.0793

#b3aad8 color RGB value is (179,170,216).

#b3aad8 hex color red value is 179, green value is 170 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #b3aad8 hue: 0.70 , saturation: 0.37 and the lightness value of b3aad8 is 0.76.

The process color (four color CMYK) of #b3aad8 color hex is 0.17, 0.21, 0.00, 0.15. Web safe color of #b3aad8 is #cc99cc. Color #b3aad8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10101010 11011000
Octal 263 252 330
Decimal 179 170 216
Hex B3 AA D8

RGB Percentages of Color #b3aad8

%31.68
%30.09
%38.23

CMYK Percentages of Color #b3aad8

%17
%21
%0
%15

Triadic Colors of #b3aad8

#b3aad8 #d8b3aa #aad8b3

Analogous Colors of #b3aad8

#b3aad8 #caaad8 #aab8d8

Monochromatic Colors of #b3aad8

#b3aad8

Complementary Color

#b3aad8 #cfd8aa

#b3aad8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3aad8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3aad8 Color CSS Codes

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

#b3aad8 Text Font Color

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

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


#b3aad8 Background Color

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

This div background color is #b3aad8


#b3aad8 Border Color

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

This div border color is #b3aad8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3aad8


Comments

No comments written yet.

Please login to write comment.