Color Hex Logo

#b28085 Color Hex

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

Color spaces of #b28085

RGB 178128133
HSL0.980.250.60
HSV354°28°70°
CMYK 0.000.280.25   0.30
XYZ30.312926.596825.7263
Yxy26.59680.36680.3219
Hunter Lab51.572114.66716.5241
CIE-Lab58.599220.06344.9765

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

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

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

Base Numbers

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

RGB Percentages of Color #b28085

%40.55
%29.16
%30.30

CMYK Percentages of Color #b28085

%0
%28
%25
%30

Triadic Colors of #b28085

#b28085 #85b280 #8085b2

Analogous Colors of #b28085

#b28085 #b29480 #b2809e

Monochromatic Colors of #b28085

#b28085

Complementary Color

#b28085 #80b2ad

#b28085 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b28085 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b28085 Color CSS Codes

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

#b28085 Text Font Color

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

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


#b28085 Background Color

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

This div background color is #b28085


#b28085 Border Color

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

This div border color is #b28085


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b28085


Comments

No comments written yet.

Please login to write comment.