Color Hex Logo

#b684ac Color Hex

#B684AC
(182,132,172)
0 Favorites   0 Comments

Color spaces of #b684ac

RGB 182132172
HSL0.870.260.62
HSV312°27°71°
CMYK 0.000.270.05   0.29
XYZ34.989129.426242.8654
Yxy29.42620.32610.2743
Hunter Lab54.245920.2037-8.8791
CIE-Lab61.155925.7764-13.5539

#b684ac color RGB value is (182,132,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 10000100 10101100
Octal 266 204 254
Decimal 182 132 172
Hex B6 84 AC

RGB Percentages of Color #b684ac

%37.45
%27.16
%35.39

CMYK Percentages of Color #b684ac

%0
%27
%5
%29

Triadic Colors of #b684ac

#b684ac #acb684 #84acb6

Analogous Colors of #b684ac

#b684ac #b68493 #a784b6

Monochromatic Colors of #b684ac

#b684ac

Complementary Color

#b684ac #84b68e

#b684ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b684ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b684ac Color CSS Codes

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

#b684ac Text Font Color

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

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


#b684ac Background Color

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

This div background color is #b684ac


#b684ac Border Color

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

This div border color is #b684ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b684ac


Comments

No comments written yet.

Please login to write comment.