Color Hex Logo

#b0848c Color Hex

#B0848C
(176,132,140)
0 Favorites   0 Comments

Color spaces of #b0848c

RGB 176132140
HSL0.970.220.60
HSV349°25°69°
CMYK 0.000.250.20   0.31
XYZ30.889427.626128.5153
Yxy27.62610.35490.3174
Hunter Lab52.560512.92214.6262
CIE-Lab59.549418.11992.2991

#b0848c color RGB value is (176,132,140).

#b0848c hex color red value is 176, green value is 132 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #b0848c hue: 0.97 , saturation: 0.22 and the lightness value of b0848c is 0.60.

The process color (four color CMYK) of #b0848c color hex is 0.00, 0.25, 0.20, 0.31. Web safe color of #b0848c is #999999. Color #b0848c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10000100 10001100
Octal 260 204 214
Decimal 176 132 140
Hex B0 84 8C

RGB Percentages of Color #b0848c

%39.29
%29.46
%31.25

CMYK Percentages of Color #b0848c

%0
%25
%20
%31

Triadic Colors of #b0848c

#b0848c #8cb084 #848cb0

Analogous Colors of #b0848c

#b0848c #b09284 #b084a2

Monochromatic Colors of #b0848c

#b0848c

Complementary Color

#b0848c #84b0a8

#b0848c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0848c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0848c Color CSS Codes

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

#b0848c Text Font Color

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

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


#b0848c Background Color

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

This div background color is #b0848c


#b0848c Border Color

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

This div border color is #b0848c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0848c


Comments

No comments written yet.

Please login to write comment.