Color Hex Logo

#b28989 Color Hex

#B28989
(178,137,137)
0 Favorites   0 Comments

Color spaces of #b28989

RGB 178137137
HSL0.000.210.62
HSV23°70°
CMYK 0.000.230.23   0.30
XYZ31.821129.162427.6187
Yxy29.16240.35910.3291
Hunter Lab54.002210.67827.4785
CIE-Lab60.924715.61416.0257

#b28989 color RGB value is (178,137,137).

#b28989 hex color red value is 178, green value is 137 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #b28989 hue: 0.00 , saturation: 0.21 and the lightness value of b28989 is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 10001001 10001001
Octal 262 211 211
Decimal 178 137 137
Hex B2 89 89

RGB Percentages of Color #b28989

%39.38
%30.31
%30.31

CMYK Percentages of Color #b28989

%0
%23
%23
%30

Triadic Colors of #b28989

#b28989 #89b289 #8989b2

Analogous Colors of #b28989

#b28989 #b29e89 #b2899e

Monochromatic Colors of #b28989

#b28989

Complementary Color

#b28989 #89b2b2

#b28989 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b28989 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b28989 Color CSS Codes

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

#b28989 Text Font Color

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

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


#b28989 Background Color

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

This div background color is #b28989


#b28989 Border Color

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

This div border color is #b28989


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b28989


Comments

No comments written yet.

Please login to write comment.