Color Hex Logo

#b7849a Color Hex

#B7849A
(183,132,154)
0 Favorites   0 Comments

Color spaces of #b7849a

RGB 183132154
HSL0.930.260.62
HSV334°28°72°
CMYK 0.000.280.16   0.28
XYZ33.612428.902934.3791
Yxy28.90290.34690.2983
Hunter Lab53.761417.5182-0.2815
CIE-Lab60.695822.9967-3.9546

#b7849a color RGB value is (183,132,154).

#b7849a hex color red value is 183, green value is 132 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #b7849a hue: 0.93 , saturation: 0.26 and the lightness value of b7849a is 0.62.

The process color (four color CMYK) of #b7849a color hex is 0.00, 0.28, 0.16, 0.28. Web safe color of #b7849a is #cc9999. Color #b7849a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 10000100 10011010
Octal 267 204 232
Decimal 183 132 154
Hex B7 84 9A

RGB Percentages of Color #b7849a

%39.02
%28.14
%32.84

CMYK Percentages of Color #b7849a

%0
%28
%16
%28

Triadic Colors of #b7849a

#b7849a #9ab784 #849ab7

Analogous Colors of #b7849a

#b7849a #b78884 #b784b4

Monochromatic Colors of #b7849a

#b7849a

Complementary Color

#b7849a #84b7a1

#b7849a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7849a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7849a Color CSS Codes

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

#b7849a Text Font Color

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

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


#b7849a Background Color

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

This div background color is #b7849a


#b7849a Border Color

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

This div border color is #b7849a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7849a


Comments

No comments written yet.

Please login to write comment.