Color Hex Logo

#b2839f Color Hex

#B2839F
(178,131,159)
0 Favorites   0 Comments

Color spaces of #b2839f

RGB 178131159
HSL0.900.230.61
HSV324°26°70°
CMYK 0.000.260.11   0.30
XYZ32.734428.200836.5189
Yxy28.20080.33590.2894
Hunter Lab53.104417.0975-3.5995
CIE-Lab60.069722.5896-7.8030

#b2839f color RGB value is (178,131,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 10000011 10011111
Octal 262 203 237
Decimal 178 131 159
Hex B2 83 9F

RGB Percentages of Color #b2839f

%38.03
%27.99
%33.97

CMYK Percentages of Color #b2839f

%0
%26
%11
%30

Triadic Colors of #b2839f

#b2839f #9fb283 #839fb2

Analogous Colors of #b2839f

#b2839f #b28388 #ae83b2

Monochromatic Colors of #b2839f

#b2839f

Complementary Color

#b2839f #83b296

#b2839f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2839f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2839f Color CSS Codes

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

#b2839f Text Font Color

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

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


#b2839f Background Color

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

This div background color is #b2839f


#b2839f Border Color

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

This div border color is #b2839f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2839f


Comments

No comments written yet.

Please login to write comment.