Color Hex Logo

#b176ba Color Hex

#B176BA
(177,118,186)
0 Favorites   0 Comments

Color spaces of #b176ba

RGB 177118186
HSL0.810.330.60
HSV292°37°73°
CMYK 0.050.370.00   0.27
XYZ33.472825.849149.6795
Yxy25.84910.30710.2371
Hunter Lab50.842028.5453-22.3449
CIE-Lab57.893534.5854-26.5672

#b176ba color RGB value is (177,118,186).

#b176ba hex color red value is 177, green value is 118 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #b176ba hue: 0.81 , saturation: 0.33 and the lightness value of b176ba is 0.60.

The process color (four color CMYK) of #b176ba color hex is 0.05, 0.37, 0.00, 0.27. Web safe color of #b176ba is #9966cc. Color #b176ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01110110 10111010
Octal 261 166 272
Decimal 177 118 186
Hex B1 76 BA

RGB Percentages of Color #b176ba

%36.80
%24.53
%38.67

CMYK Percentages of Color #b176ba

%5
%37
%0
%27

Triadic Colors of #b176ba

#b176ba #bab176 #76bab1

Analogous Colors of #b176ba

#b176ba #ba76a1 #8f76ba

Monochromatic Colors of #b176ba

#b176ba

Complementary Color

#b176ba #7fba76

#b176ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b176ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b176ba Color CSS Codes

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

#b176ba Text Font Color

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

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


#b176ba Background Color

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

This div background color is #b176ba


#b176ba Border Color

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

This div border color is #b176ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b176ba


Comments

No comments written yet.

Please login to write comment.