Color Hex Logo

#b16499 Color Hex

#B16499
(177,100,153)
0 Favorites   0 Comments

Color spaces of #b16499

RGB 177100153
HSL0.890.330.54
HSV319°44°69°
CMYK 0.000.440.14   0.31
XYZ28.438420.761432.6455
Yxy20.76140.34750.2537
Hunter Lab45.564731.6695-10.5839
CIE-Lab52.687438.3538-15.4336

#b16499 color RGB value is (177,100,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 01100100 10011001
Octal 261 144 231
Decimal 177 100 153
Hex B1 64 99

RGB Percentages of Color #b16499

%41.16
%23.26
%35.58

CMYK Percentages of Color #b16499

%0
%44
%14
%31

Triadic Colors of #b16499

#b16499 #99b164 #6499b1

Analogous Colors of #b16499

#b16499 #b16473 #a364b1

Monochromatic Colors of #b16499

#b16499

Complementary Color

#b16499 #64b17c

#b16499 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b16499 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b16499 Color CSS Codes

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

#b16499 Text Font Color

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

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


#b16499 Background Color

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

This div background color is #b16499


#b16499 Border Color

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

This div border color is #b16499


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b16499


Comments

No comments written yet.

Please login to write comment.