Color Hex Logo

#b684aa Color Hex

#B684AA
(182,132,170)
0 Favorites   0 Comments

Color spaces of #b684aa

RGB 182132170
HSL0.870.260.62
HSV314°27°71°
CMYK 0.000.270.07   0.29
XYZ34.798429.349941.8612
Yxy29.34990.32830.2769
Hunter Lab54.175519.8481-7.8902
CIE-Lab61.089225.4118-12.5153

#b684aa color RGB value is (182,132,170).

#b684aa hex color red value is 182, green value is 132 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b684aa hue: 0.87 , saturation: 0.26 and the lightness value of b684aa is 0.62.

The process color (four color CMYK) of #b684aa color hex is 0.00, 0.27, 0.07, 0.29. Web safe color of #b684aa is #cc9999. Color #b684aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10000100 10101010
Octal 266 204 252
Decimal 182 132 170
Hex B6 84 AA

RGB Percentages of Color #b684aa

%37.60
%27.27
%35.12

CMYK Percentages of Color #b684aa

%0
%27
%7
%29

Triadic Colors of #b684aa

#b684aa #aab684 #84aab6

Analogous Colors of #b684aa

#b684aa #b68491 #a984b6

Monochromatic Colors of #b684aa

#b684aa

Complementary Color

#b684aa #84b690

#b684aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b684aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b684aa Color CSS Codes

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

#b684aa Text Font Color

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

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


#b684aa Background Color

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

This div background color is #b684aa


#b684aa Border Color

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

This div border color is #b684aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b684aa


Comments

No comments written yet.

Please login to write comment.