Color Hex Logo

#b677ac Color Hex

#B677AC
(182,119,172)
0 Favorites   0 Comments

Color spaces of #b677ac

RGB 182119172
HSL0.860.300.59
HSV310°35°71°
CMYK 0.000.350.05   0.29
XYZ33.334626.117342.3139
Yxy26.11730.32760.2566
Hunter Lab51.105126.9973-13.3173
CIE-Lab58.148233.0010-18.1083

#b677ac color RGB value is (182,119,172).

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

The process color (four color CMYK) of #b677ac color hex is 0.00, 0.35, 0.05, 0.29. Web safe color of #b677ac is #cc6699. Color #b677ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01110111 10101100
Octal 266 167 254
Decimal 182 119 172
Hex B6 77 AC

RGB Percentages of Color #b677ac

%38.48
%25.16
%36.36

CMYK Percentages of Color #b677ac

%0
%35
%5
%29

Triadic Colors of #b677ac

#b677ac #acb677 #77acb6

Analogous Colors of #b677ac

#b677ac #b6778d #a177b6

Monochromatic Colors of #b677ac

#b677ac

Complementary Color

#b677ac #77b681

#b677ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b677ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b677ac Color CSS Codes

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

#b677ac Text Font Color

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

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


#b677ac Background Color

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

This div background color is #b677ac


#b677ac Border Color

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

This div border color is #b677ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b677ac


Comments

No comments written yet.

Please login to write comment.