Color Hex Logo

#b16494 Color Hex

#B16494
(177,100,148)
0 Favorites   0 Comments

Color spaces of #b16494

RGB 177100148
HSL0.900.330.54
HSV323°44°69°
CMYK 0.000.440.16   0.31
XYZ28.033920.599630.5155
Yxy20.59960.35420.2603
Hunter Lab45.386830.8266-8.0925
CIE-Lab52.508537.5317-12.7650

#b16494 color RGB value is (177,100,148).

#b16494 hex color red value is 177, green value is 100 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #b16494 hue: 0.90 , saturation: 0.33 and the lightness value of b16494 is 0.54.

The process color (four color CMYK) of #b16494 color hex is 0.00, 0.44, 0.16, 0.31. Web safe color of #b16494 is #996699. Color #b16494 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01100100 10010100
Octal 261 144 224
Decimal 177 100 148
Hex B1 64 94

RGB Percentages of Color #b16494

%41.65
%23.53
%34.82

CMYK Percentages of Color #b16494

%0
%44
%16
%31

Triadic Colors of #b16494

#b16494 #94b164 #6494b1

Analogous Colors of #b16494

#b16494 #b1646e #a864b1

Monochromatic Colors of #b16494

#b16494

Complementary Color

#b16494 #64b181

#b16494 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b16494 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b16494 Color CSS Codes

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

#b16494 Text Font Color

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

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


#b16494 Background Color

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

This div background color is #b16494


#b16494 Border Color

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

This div border color is #b16494


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b16494


Comments

No comments written yet.

Please login to write comment.