Color Hex Logo

#b7849f Color Hex

#B7849F
(183,132,159)
0 Favorites   0 Comments

Color spaces of #b7849f

RGB 183132159
HSL0.910.260.62
HSV328°28°72°
CMYK 0.000.280.13   0.28
XYZ34.037729.073036.6186
Yxy29.07300.34130.2915
Hunter Lab53.919418.3228-2.5224
CIE-Lab60.846023.8345-6.5909

#b7849f color RGB value is (183,132,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 10000100 10011111
Octal 267 204 237
Decimal 183 132 159
Hex B7 84 9F

RGB Percentages of Color #b7849f

%38.61
%27.85
%33.54

CMYK Percentages of Color #b7849f

%0
%28
%13
%28

Triadic Colors of #b7849f

#b7849f #9fb784 #849fb7

Analogous Colors of #b7849f

#b7849f #b78486 #b684b7

Monochromatic Colors of #b7849f

#b7849f

Complementary Color

#b7849f #84b79c

#b7849f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7849f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7849f Color CSS Codes

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

#b7849f Text Font Color

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

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


#b7849f Background Color

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

This div background color is #b7849f


#b7849f Border Color

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

This div border color is #b7849f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,132,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 #b7849f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7849f


Comments

No comments written yet.

Please login to write comment.