Color Hex Logo

#b16fae Color Hex

#B16FAE
(177,111,174)
0 Favorites   0 Comments

Color spaces of #b16fae

RGB 177111174
HSL0.840.300.56
HSV303°37°69°
CMYK 0.000.370.02   0.31
XYZ31.455923.772042.9749
Yxy23.77200.32030.2421
Hunter Lab48.756529.8376-18.1297
CIE-Lab55.858836.1166-22.8117

#b16fae color RGB value is (177,111,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 01101111 10101110
Octal 261 157 256
Decimal 177 111 174
Hex B1 6F AE

RGB Percentages of Color #b16fae

%38.31
%24.03
%37.66

CMYK Percentages of Color #b16fae

%0
%37
%2
%31

Triadic Colors of #b16fae

#b16fae #aeb16f #6faeb1

Analogous Colors of #b16fae

#b16fae #b16f8d #936fb1

Monochromatic Colors of #b16fae

#b16fae

Complementary Color

#b16fae #6fb172

#b16fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b16fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b16fae Color CSS Codes

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

#b16fae Text Font Color

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

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


#b16fae Background Color

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

This div background color is #b16fae


#b16fae Border Color

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

This div border color is #b16fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b16fae


Comments

No comments written yet.

Please login to write comment.