Color Hex Logo

#b2839e Color Hex

#B2839E
(178,131,158)
0 Favorites   0 Comments

Color spaces of #b2839e

RGB 178131158
HSL0.900.230.61
HSV326°26°70°
CMYK 0.000.260.11   0.30
XYZ32.648028.166236.0636
Yxy28.16620.33700.2907
Hunter Lab53.071816.9314-3.1387
CIE-Lab60.038622.4151-7.2767

#b2839e color RGB value is (178,131,158).

#b2839e hex color red value is 178, green value is 131 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #b2839e hue: 0.90 , saturation: 0.23 and the lightness value of b2839e is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 10000011 10011110
Octal 262 203 236
Decimal 178 131 158
Hex B2 83 9E

RGB Percentages of Color #b2839e

%38.12
%28.05
%33.83

CMYK Percentages of Color #b2839e

%0
%26
%11
%30

Triadic Colors of #b2839e

#b2839e #9eb283 #839eb2

Analogous Colors of #b2839e

#b2839e #b28387 #af83b2

Monochromatic Colors of #b2839e

#b2839e

Complementary Color

#b2839e #83b297

#b2839e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2839e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2839e Color CSS Codes

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

#b2839e Text Font Color

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

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


#b2839e Background Color

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

This div background color is #b2839e


#b2839e Border Color

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

This div border color is #b2839e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2839e


Comments

No comments written yet.

Please login to write comment.