Color Hex Logo

#b184ac Color Hex

#B184AC
(177,132,172)
0 Favorites   0 Comments

Color spaces of #b184ac

RGB 177132172
HSL0.850.220.61
HSV307°25°69°
CMYK 0.000.250.03   0.31
XYZ33.829128.828242.8111
Yxy28.82820.32080.2733
Hunter Lab53.691918.5048-9.6904
CIE-Lab60.629724.0399-14.3993

#b184ac color RGB value is (177,132,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 10000100 10101100
Octal 261 204 254
Decimal 177 132 172
Hex B1 84 AC

RGB Percentages of Color #b184ac

%36.80
%27.44
%35.76

CMYK Percentages of Color #b184ac

%0
%25
%3
%31

Triadic Colors of #b184ac

#b184ac #acb184 #84acb1

Analogous Colors of #b184ac

#b184ac #b18496 #a084b1

Monochromatic Colors of #b184ac

#b184ac

Complementary Color

#b184ac #84b189

#b184ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b184ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b184ac Color CSS Codes

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

#b184ac Text Font Color

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

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


#b184ac Background Color

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

This div background color is #b184ac


#b184ac Border Color

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

This div border color is #b184ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b184ac


Comments

No comments written yet.

Please login to write comment.