Color Hex Logo

#b776ac Color Hex

#B776AC
(183,118,172)
0 Favorites   0 Comments

Color spaces of #b776ac

RGB 183118172
HSL0.860.310.59
HSV310°36°72°
CMYK 0.000.360.06   0.28
XYZ33.453326.002742.2856
Yxy26.00270.32880.2556
Hunter Lab50.992827.8655-13.4710
CIE-Lab58.039633.8872-18.2630

#b776ac color RGB value is (183,118,172).

#b776ac hex color red value is 183, green value is 118 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b776ac hue: 0.86 , saturation: 0.31 and the lightness value of b776ac is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 01110110 10101100
Octal 267 166 254
Decimal 183 118 172
Hex B7 76 AC

RGB Percentages of Color #b776ac

%38.69
%24.95
%36.36

CMYK Percentages of Color #b776ac

%0
%36
%6
%28

Triadic Colors of #b776ac

#b776ac #acb776 #76acb7

Analogous Colors of #b776ac

#b776ac #b7768c #a276b7

Monochromatic Colors of #b776ac

#b776ac

Complementary Color

#b776ac #76b781

#b776ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b776ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b776ac Color CSS Codes

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

#b776ac Text Font Color

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

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


#b776ac Background Color

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

This div background color is #b776ac


#b776ac Border Color

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

This div border color is #b776ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b776ac


Comments

No comments written yet.

Please login to write comment.