Color Hex Logo

#b4868f Color Hex

#B4868F
(180,134,143)
0 Favorites   0 Comments

Color spaces of #b4868f

RGB 180134143
HSL0.970.230.62
HSV348°26°71°
CMYK 0.000.260.21   0.29
XYZ32.305428.736729.8307
Yxy28.73670.35550.3162
Hunter Lab53.606613.75934.5313
CIE-Lab60.548518.98792.0837

#b4868f color RGB value is (180,134,143).

#b4868f hex color red value is 180, green value is 134 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #b4868f hue: 0.97 , saturation: 0.23 and the lightness value of b4868f is 0.62.

The process color (four color CMYK) of #b4868f color hex is 0.00, 0.26, 0.21, 0.29. Web safe color of #b4868f is #cc9999. Color #b4868f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10000110 10001111
Octal 264 206 217
Decimal 180 134 143
Hex B4 86 8F

RGB Percentages of Color #b4868f

%39.39
%29.32
%31.29

CMYK Percentages of Color #b4868f

%0
%26
%21
%29

Triadic Colors of #b4868f

#b4868f #8fb486 #868fb4

Analogous Colors of #b4868f

#b4868f #b49486 #b486a6

Monochromatic Colors of #b4868f

#b4868f

Complementary Color

#b4868f #86b4ab

#b4868f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4868f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4868f Color CSS Codes

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

#b4868f Text Font Color

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

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


#b4868f Background Color

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

This div background color is #b4868f


#b4868f Border Color

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

This div border color is #b4868f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(180,134,143, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b4868f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b4868f;
  -webkit-box-shadow: 1px 1px 3px 2px #b4868f;
  box-shadow:         1px 1px 3px 2px #b4868f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,134,143, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4868f


Comments

No comments written yet.

Please login to write comment.