Color Hex Logo

#b96582 Color Hex

#B96582
(185,101,130)
0 Favorites   0 Comments

Color spaces of #b96582

RGB 185101130
HSL0.940.380.56
HSV339°45°73°
CMYK 0.000.450.30   0.27
XYZ28.690521.233423.7054
Yxy21.23340.38970.2884
Hunter Lab46.079730.49951.7545
CIE-Lab53.204037.1122-0.9994

#b96582 color RGB value is (185,101,130).

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

The process color (four color CMYK) of #b96582 color hex is 0.00, 0.45, 0.30, 0.27. Web safe color of #b96582 is #cc6699. Color #b96582 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01100101 10000010
Octal 271 145 202
Decimal 185 101 130
Hex B9 65 82

RGB Percentages of Color #b96582

%44.47
%24.28
%31.25

CMYK Percentages of Color #b96582

%0
%45
%30
%27

Triadic Colors of #b96582

#b96582 #82b965 #6582b9

Analogous Colors of #b96582

#b96582 #b97265 #b965ac

Monochromatic Colors of #b96582

#b96582

Complementary Color

#b96582 #65b99c

#b96582 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b96582 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b96582 Color CSS Codes

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

#b96582 Text Font Color

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

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


#b96582 Background Color

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

This div background color is #b96582


#b96582 Border Color

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

This div border color is #b96582


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,101,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 #b96582">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b96582


Comments

No comments written yet.

Please login to write comment.