Color Hex Logo

#b6aadf Color Hex

#B6AADF
(182,170,223)
0 Favorites   0 Comments

Color spaces of #b6aadf

RGB 182170223
HSL0.700.450.77
HSV254°24°87°
CMYK 0.180.240.00   0.13
XYZ46.985444.022275.8328
Yxy44.02220.28160.2639
Hunter Lab66.349210.2941-21.3201
CIE-Lab72.243314.9876-25.1374

#b6aadf color RGB value is (182,170,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 10101010 11011111
Octal 266 252 337
Decimal 182 170 223
Hex B6 AA DF

RGB Percentages of Color #b6aadf

%31.65
%29.57
%38.78

CMYK Percentages of Color #b6aadf

%18
%24
%0
%13

Triadic Colors of #b6aadf

#b6aadf #dfb6aa #aadfb6

Analogous Colors of #b6aadf

#b6aadf #d1aadf #aab9df

Monochromatic Colors of #b6aadf

#b6aadf

Complementary Color

#b6aadf #d3dfaa

#b6aadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6aadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6aadf Color CSS Codes

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

#b6aadf Text Font Color

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

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


#b6aadf Background Color

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

This div background color is #b6aadf


#b6aadf Border Color

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

This div border color is #b6aadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6aadf


Comments

No comments written yet.

Please login to write comment.