Color Hex Logo

#b084ac Color Hex

#B084AC
(176,132,172)
0 Favorites   0 Comments

Color spaces of #b084ac

RGB 176132172
HSL0.850.220.60
HSV305°25°69°
CMYK 0.000.250.02   0.31
XYZ33.602228.711242.8005
Yxy28.71120.31970.2731
Hunter Lab53.582818.1687-9.8512
CIE-Lab60.525923.6934-14.5662

#b084ac color RGB value is (176,132,172).

#b084ac hex color red value is 176, green value is 132 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b084ac hue: 0.85 , saturation: 0.22 and the lightness value of b084ac is 0.60.

The process color (four color CMYK) of #b084ac color hex is 0.00, 0.25, 0.02, 0.31. Web safe color of #b084ac is #999999. Color #b084ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10000100 10101100
Octal 260 204 254
Decimal 176 132 172
Hex B0 84 AC

RGB Percentages of Color #b084ac

%36.67
%27.50
%35.83

CMYK Percentages of Color #b084ac

%0
%25
%2
%31

Triadic Colors of #b084ac

#b084ac #acb084 #84acb0

Analogous Colors of #b084ac

#b084ac #b08496 #9e84b0

Monochromatic Colors of #b084ac

#b084ac

Complementary Color

#b084ac #84b088

#b084ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b084ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b084ac Color CSS Codes

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

#b084ac Text Font Color

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

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


#b084ac Background Color

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

This div background color is #b084ac


#b084ac Border Color

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

This div border color is #b084ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b084ac


Comments

No comments written yet.

Please login to write comment.