Color Hex Logo

#b46981 Color Hex

#B46981
(180,105,129)
0 Favorites   0 Comments

Color spaces of #b46981

RGB 180105129
HSL0.950.330.56
HSV341°42°71°
CMYK 0.000.420.28   0.29
XYZ27.836421.391423.4307
Yxy21.39140.38310.2944
Hunter Lab46.250826.49252.3392
CIE-Lab53.375233.0123-0.2376

#b46981 color RGB value is (180,105,129).

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

The process color (four color CMYK) of #b46981 color hex is 0.00, 0.42, 0.28, 0.29. Web safe color of #b46981 is #cc6699. Color #b46981 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01101001 10000001
Octal 264 151 201
Decimal 180 105 129
Hex B4 69 81

RGB Percentages of Color #b46981

%43.48
%25.36
%31.16

CMYK Percentages of Color #b46981

%0
%42
%28
%29

Triadic Colors of #b46981

#b46981 #81b469 #6981b4

Analogous Colors of #b46981

#b46981 #b47769 #b469a7

Monochromatic Colors of #b46981

#b46981

Complementary Color

#b46981 #69b49c

#b46981 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b46981 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b46981 Color CSS Codes

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

#b46981 Text Font Color

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

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


#b46981 Background Color

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

This div background color is #b46981


#b46981 Border Color

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

This div border color is #b46981


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b46981


Comments

No comments written yet.

Please login to write comment.