Color Hex Logo

#b28187 Color Hex

#B28187
(178,129,135)
0 Favorites   0 Comments

Color spaces of #b28187

RGB 178129135
HSL0.980.240.60
HSV353°28°70°
CMYK 0.000.280.24   0.30
XYZ30.583526.914826.5048
Yxy26.91480.36410.3204
Hunter Lab51.879514.43866.0249
CIE-Lab58.895419.80054.2523

#b28187 color RGB value is (178,129,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 10000001 10000111
Octal 262 201 207
Decimal 178 129 135
Hex B2 81 87

RGB Percentages of Color #b28187

%40.27
%29.19
%30.54

CMYK Percentages of Color #b28187

%0
%28
%24
%30

Triadic Colors of #b28187

#b28187 #87b281 #8187b2

Analogous Colors of #b28187

#b28187 #b29481 #b281a0

Monochromatic Colors of #b28187

#b28187

Complementary Color

#b28187 #81b2ac

#b28187 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b28187 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b28187 Color CSS Codes

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

#b28187 Text Font Color

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

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


#b28187 Background Color

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

This div background color is #b28187


#b28187 Border Color

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

This div border color is #b28187


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b28187


Comments

No comments written yet.

Please login to write comment.