Color Hex Logo

#b784ac Color Hex

#B784AC
(183,132,172)
0 Favorites   0 Comments

Color spaces of #b784ac

RGB 183132172
HSL0.870.260.62
HSV313°28°72°
CMYK 0.000.280.06   0.28
XYZ35.226129.548442.8765
Yxy29.54840.32720.2745
Hunter Lab54.358420.5467-8.7155
CIE-Lab61.262626.1239-13.3827

#b784ac color RGB value is (183,132,172).

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

The process color (four color CMYK) of #b784ac color hex is 0.00, 0.28, 0.06, 0.28. Web safe color of #b784ac is #cc9999. Color #b784ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 10000100 10101100
Octal 267 204 254
Decimal 183 132 172
Hex B7 84 AC

RGB Percentages of Color #b784ac

%37.58
%27.10
%35.32

CMYK Percentages of Color #b784ac

%0
%28
%6
%28

Triadic Colors of #b784ac

#b784ac #acb784 #84acb7

Analogous Colors of #b784ac

#b784ac #b78493 #a984b7

Monochromatic Colors of #b784ac

#b784ac

Complementary Color

#b784ac #84b78f

#b784ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b784ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b784ac Color CSS Codes

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

#b784ac Text Font Color

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

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


#b784ac Background Color

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

This div background color is #b784ac


#b784ac Border Color

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

This div border color is #b784ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b784ac


Comments

No comments written yet.

Please login to write comment.