Color Hex Logo

#b28580 Color Hex

#B28580
(178,133,128)
0 Favorites   0 Comments

Color spaces of #b28580

RGB 178133128
HSL0.020.250.60
HSV28°70°
CMYK 0.000.250.28   0.30
XYZ30.643927.798524.1726
Yxy27.79850.37090.3365
Hunter Lab52.724311.47869.7242
CIE-Lab59.706316.53089.4261

#b28580 color RGB value is (178,133,128).

#b28580 hex color red value is 178, green value is 133 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #b28580 hue: 0.02 , saturation: 0.25 and the lightness value of b28580 is 0.60.

The process color (four color CMYK) of #b28580 color hex is 0.00, 0.25, 0.28, 0.30. Web safe color of #b28580 is #999999. Color #b28580 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10000101 10000000
Octal 262 205 200
Decimal 178 133 128
Hex B2 85 80

RGB Percentages of Color #b28580

%40.55
%30.30
%29.16

CMYK Percentages of Color #b28580

%0
%25
%28
%30

Triadic Colors of #b28580

#b28580 #80b285 #8580b2

Analogous Colors of #b28580

#b28580 #b29e80 #b28094

Monochromatic Colors of #b28580

#b28580

Complementary Color

#b28580 #80adb2

#b28580 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b28580 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b28580 Color CSS Codes

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

#b28580 Text Font Color

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

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


#b28580 Background Color

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

This div background color is #b28580


#b28580 Border Color

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

This div border color is #b28580


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(178,133,128, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b28580; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b28580;
  -webkit-box-shadow: 1px 1px 3px 2px #b28580;
  box-shadow:         1px 1px 3px 2px #b28580; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,133,128, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b28580


Comments

No comments written yet.

Please login to write comment.