Color Hex Logo

#b3aadd Color Hex

#B3AADD
(179,170,221)
0 Favorites   0 Comments

Color spaces of #b3aadd

RGB 179170221
HSL0.700.430.77
HSV251°23°87°
CMYK 0.190.230.00   0.13
XYZ46.016343.553674.3880
Yxy43.55360.28070.2656
Hunter Lab65.99528.9708-20.6335
CIE-Lab71.929113.6050-24.5460

#b3aadd color RGB value is (179,170,221).

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

The process color (four color CMYK) of #b3aadd color hex is 0.19, 0.23, 0.00, 0.13. Web safe color of #b3aadd is #cc99cc. Color #b3aadd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10101010 11011101
Octal 263 252 335
Decimal 179 170 221
Hex B3 AA DD

RGB Percentages of Color #b3aadd

%31.40
%29.82
%38.77

CMYK Percentages of Color #b3aadd

%19
%23
%0
%13

Triadic Colors of #b3aadd

#b3aadd #ddb3aa #aaddb3

Analogous Colors of #b3aadd

#b3aadd #cdaadd #aabbdd

Monochromatic Colors of #b3aadd

#b3aadd

Complementary Color

#b3aadd #d4ddaa

#b3aadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3aadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3aadd Color CSS Codes

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

#b3aadd Text Font Color

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

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


#b3aadd Background Color

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

This div background color is #b3aadd


#b3aadd Border Color

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

This div border color is #b3aadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3aadd


Comments

No comments written yet.

Please login to write comment.