Color Hex Logo

#b46979 Color Hex

#B46979
(180,105,121)
0 Favorites   0 Comments

Color spaces of #b46979

RGB 180105121
HSL0.960.330.56
HSV347°42°71°
CMYK 0.000.420.33   0.29
XYZ27.325221.186920.7385
Yxy21.18690.39460.3059
Hunter Lab46.029225.41525.5073
CIE-Lab53.153431.92314.1582

#b46979 color RGB value is (180,105,121).

#b46979 hex color red value is 180, green value is 105 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #b46979 hue: 0.96 , saturation: 0.33 and the lightness value of b46979 is 0.56.

The process color (four color CMYK) of #b46979 color hex is 0.00, 0.42, 0.33, 0.29. Web safe color of #b46979 is #cc6666. Color #b46979 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01101001 01111001
Octal 264 151 171
Decimal 180 105 121
Hex B4 69 79

RGB Percentages of Color #b46979

%44.33
%25.86
%29.80

CMYK Percentages of Color #b46979

%0
%42
%33
%29

Triadic Colors of #b46979

#b46979 #79b469 #6979b4

Analogous Colors of #b46979

#b46979 #b47f69 #b4699f

Monochromatic Colors of #b46979

#b46979

Complementary Color

#b46979 #69b4a4

#b46979 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b46979 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b46979 Color CSS Codes

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

#b46979 Text Font Color

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

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


#b46979 Background Color

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

This div background color is #b46979


#b46979 Border Color

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

This div border color is #b46979


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(180,105,121, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b46979; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b46979;
  -webkit-box-shadow: 1px 1px 3px 2px #b46979;
  box-shadow:         1px 1px 3px 2px #b46979; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,105,121, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b46979


Comments

No comments written yet.

Please login to write comment.