Color Hex Logo

#b2849c Color Hex

#B2849C
(178,132,156)
0 Favorites   0 Comments

Color spaces of #b2849c

RGB 178132156
HSL0.910.230.61
HSV329°26°70°
CMYK 0.000.260.12   0.30
XYZ32.612128.367835.2092
Yxy28.36780.33900.2949
Hunter Lab53.261416.0885-1.9115
CIE-Lab60.219621.5066-5.8632

#b2849c color RGB value is (178,132,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 10000100 10011100
Octal 262 204 234
Decimal 178 132 156
Hex B2 84 9C

RGB Percentages of Color #b2849c

%38.20
%28.33
%33.48

CMYK Percentages of Color #b2849c

%0
%26
%12
%30

Triadic Colors of #b2849c

#b2849c #9cb284 #849cb2

Analogous Colors of #b2849c

#b2849c #b28485 #b184b2

Monochromatic Colors of #b2849c

#b2849c

Complementary Color

#b2849c #84b29a

#b2849c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2849c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2849c Color CSS Codes

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

#b2849c Text Font Color

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

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


#b2849c Background Color

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

This div background color is #b2849c


#b2849c Border Color

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

This div border color is #b2849c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2849c


Comments

No comments written yet.

Please login to write comment.