Color Hex Logo

#b3aadf Color Hex

#B3AADF
(179,170,223)
0 Favorites   0 Comments

Color spaces of #b3aadf

RGB 179170223
HSL0.690.450.77
HSV250°24°87°
CMYK 0.200.240.00   0.13
XYZ46.284443.660975.8000
Yxy43.66090.27930.2634
Hunter Lab66.07649.3998-21.7615
CIE-Lab72.001314.0550-25.5292

#b3aadf color RGB value is (179,170,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 10101010 11011111
Octal 263 252 337
Decimal 179 170 223
Hex B3 AA DF

RGB Percentages of Color #b3aadf

%31.29
%29.72
%38.99

CMYK Percentages of Color #b3aadf

%20
%24
%0
%13

Triadic Colors of #b3aadf

#b3aadf #dfb3aa #aadfb3

Analogous Colors of #b3aadf

#b3aadf #ceaadf #aabcdf

Monochromatic Colors of #b3aadf

#b3aadf

Complementary Color

#b3aadf #d6dfaa

#b3aadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3aadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3aadf Color CSS Codes

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

#b3aadf Text Font Color

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

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


#b3aadf Background Color

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

This div background color is #b3aadf


#b3aadf Border Color

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

This div border color is #b3aadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3aadf


Comments

No comments written yet.

Please login to write comment.