Color Hex Logo

#b28287 Color Hex

#B28287
(178,130,135)
0 Favorites   0 Comments

Color spaces of #b28287

RGB 178130135
HSL0.980.240.60
HSV354°27°70°
CMYK 0.000.270.24   0.30
XYZ30.715927.179526.5489
Yxy27.17950.36370.3219
Hunter Lab52.134013.93296.3007
CIE-Lab59.140119.23944.6050

#b28287 color RGB value is (178,130,135).

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

The process color (four color CMYK) of #b28287 color hex is 0.00, 0.27, 0.24, 0.30. Web safe color of #b28287 is #999999. Color #b28287 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10000010 10000111
Octal 262 202 207
Decimal 178 130 135
Hex B2 82 87

RGB Percentages of Color #b28287

%40.18
%29.35
%30.47

CMYK Percentages of Color #b28287

%0
%27
%24
%30

Triadic Colors of #b28287

#b28287 #87b282 #8287b2

Analogous Colors of #b28287

#b28287 #b29582 #b2829f

Monochromatic Colors of #b28287

#b28287

Complementary Color

#b28287 #82b2ad

#b28287 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b28287 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b28287 Color CSS Codes

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

#b28287 Text Font Color

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

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


#b28287 Background Color

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

This div background color is #b28287


#b28287 Border Color

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

This div border color is #b28287


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b28287


Comments

No comments written yet.

Please login to write comment.