Color Hex Logo

#b46982 Color Hex

#B46982
(180,105,130)
0 Favorites   0 Comments

Color spaces of #b46982

RGB 180105130
HSL0.940.330.56
HSV340°42°71°
CMYK 0.000.420.28   0.29
XYZ27.903221.418223.7825
Yxy21.41820.38170.2930
Hunter Lab46.279826.63231.9276
CIE-Lab53.404233.1529-0.7846

#b46982 color RGB value is (180,105,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01101001 10000010
Octal 264 151 202
Decimal 180 105 130
Hex B4 69 82

RGB Percentages of Color #b46982

%43.37
%25.30
%31.33

CMYK Percentages of Color #b46982

%0
%42
%28
%29

Triadic Colors of #b46982

#b46982 #82b469 #6982b4

Analogous Colors of #b46982

#b46982 #b47669 #b469a8

Monochromatic Colors of #b46982

#b46982

Complementary Color

#b46982 #69b49b

#b46982 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b46982 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b46982 Color CSS Codes

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

#b46982 Text Font Color

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

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


#b46982 Background Color

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

This div background color is #b46982


#b46982 Border Color

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

This div border color is #b46982


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b46982


Comments

No comments written yet.

Please login to write comment.