Color Hex Logo

#b3516f Color Hex

#B3516F
(179,81,111)
0 Favorites   0 Comments

Color spaces of #b3516f

RGB 17981111
HSL0.950.390.51
HSV342°55°70°
CMYK 0.000.550.38   0.30
XYZ24.402116.616316.9601
Yxy16.61630.42090.2866
Hunter Lab40.763135.52043.8657
CIE-Lab47.772942.90152.3432

#b3516f color RGB value is (179,81,111).

#b3516f hex color red value is 179, green value is 81 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #b3516f hue: 0.95 , saturation: 0.39 and the lightness value of b3516f is 0.51.

The process color (four color CMYK) of #b3516f color hex is 0.00, 0.55, 0.38, 0.30. Web safe color of #b3516f is #cc6666. Color #b3516f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01010001 01101111
Octal 263 121 157
Decimal 179 81 111
Hex B3 51 6F

RGB Percentages of Color #b3516f

%48.25
%21.83
%29.92

CMYK Percentages of Color #b3516f

%0
%55
%38
%30

Triadic Colors of #b3516f

#b3516f #6fb351 #516fb3

Analogous Colors of #b3516f

#b3516f #b36451 #b351a0

Monochromatic Colors of #b3516f

#b3516f

Complementary Color

#b3516f #51b395

#b3516f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3516f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3516f Color CSS Codes

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

#b3516f Text Font Color

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

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


#b3516f Background Color

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

This div background color is #b3516f


#b3516f Border Color

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

This div border color is #b3516f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,81,111, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3516f


Comments

No comments written yet.

Please login to write comment.