Color Hex Logo

#b6aaea Color Hex

#B6AAEA
(182,170,234)
0 Favorites   0 Comments

Color spaces of #b6aaea

RGB 182170234
HSL0.700.600.79
HSV251°27°92°
CMYK 0.220.270.00   0.08
XYZ48.517444.635083.9002
Yxy44.63500.27400.2521
Hunter Lab66.809412.7112-27.6906
CIE-Lab72.650917.4818-30.5107

#b6aaea color RGB value is (182,170,234).

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

The process color (four color CMYK) of #b6aaea color hex is 0.22, 0.27, 0.00, 0.08. Web safe color of #b6aaea is #cc99ff. Color #b6aaea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10101010 11101010
Octal 266 252 352
Decimal 182 170 234
Hex B6 AA EA

RGB Percentages of Color #b6aaea

%31.06
%29.01
%39.93

CMYK Percentages of Color #b6aaea

%22
%27
%0
%8

Triadic Colors of #b6aaea

#b6aaea #eab6aa #aaeab6

Analogous Colors of #b6aaea

#b6aaea #d6aaea #aabeea

Monochromatic Colors of #b6aaea

#b6aaea

Complementary Color

#b6aaea #deeaaa

#b6aaea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6aaea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6aaea Color CSS Codes

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

#b6aaea Text Font Color

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

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


#b6aaea Background Color

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

This div background color is #b6aaea


#b6aaea Border Color

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

This div border color is #b6aaea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6aaea


Comments

No comments written yet.

Please login to write comment.