Color Hex Logo

#b176ae Color Hex

#B176AE
(177,118,174)
0 Favorites   0 Comments

Color spaces of #b176ae

RGB 177118174
HSL0.840.270.58
HSV303°33°69°
CMYK 0.000.330.02   0.31
XYZ32.249925.360043.2396
Yxy25.36000.31980.2515
Hunter Lab50.358726.1843-15.6572
CIE-Lab57.424532.2536-20.4127

#b176ae color RGB value is (177,118,174).

#b176ae hex color red value is 177, green value is 118 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #b176ae hue: 0.84 , saturation: 0.27 and the lightness value of b176ae is 0.58.

The process color (four color CMYK) of #b176ae color hex is 0.00, 0.33, 0.02, 0.31. Web safe color of #b176ae is #996699. Color #b176ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01110110 10101110
Octal 261 166 256
Decimal 177 118 174
Hex B1 76 AE

RGB Percentages of Color #b176ae

%37.74
%25.16
%37.10

CMYK Percentages of Color #b176ae

%0
%33
%2
%31

Triadic Colors of #b176ae

#b176ae #aeb176 #76aeb1

Analogous Colors of #b176ae

#b176ae #b17691 #9776b1

Monochromatic Colors of #b176ae

#b176ae

Complementary Color

#b176ae #76b179

#b176ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b176ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b176ae Color CSS Codes

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

#b176ae Text Font Color

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

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


#b176ae Background Color

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

This div background color is #b176ae


#b176ae Border Color

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

This div border color is #b176ae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,118,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b176ae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b176ae


Comments

No comments written yet.

Please login to write comment.