Color Hex Logo

#b2957f Color Hex

#B2957F
(178,149,127)
0 Favorites   0 Comments

Color spaces of #b2957f

RGB 178149127
HSL0.070.250.60
HSV26°29°70°
CMYK 0.000.160.29   0.30
XYZ32.938332.492224.6143
Yxy32.49220.36580.3608
Hunter Lab57.00193.392014.2990
CIE-Lab63.74767.462815.6608

#b2957f color RGB value is (178,149,127).

#b2957f hex color red value is 178, green value is 149 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #b2957f hue: 0.07 , saturation: 0.25 and the lightness value of b2957f is 0.60.

The process color (four color CMYK) of #b2957f color hex is 0.00, 0.16, 0.29, 0.30. Web safe color of #b2957f is #999966. Color #b2957f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10010101 01111111
Octal 262 225 177
Decimal 178 149 127
Hex B2 95 7F

RGB Percentages of Color #b2957f

%39.21
%32.82
%27.97

CMYK Percentages of Color #b2957f

%0
%16
%29
%30

Triadic Colors of #b2957f

#b2957f #7fb295 #957fb2

Analogous Colors of #b2957f

#b2957f #b2af7f #b27f83

Monochromatic Colors of #b2957f

#b2957f

Complementary Color

#b2957f #7f9cb2

#b2957f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2957f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2957f Color CSS Codes

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

#b2957f Text Font Color

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

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


#b2957f Background Color

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

This div background color is #b2957f


#b2957f Border Color

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

This div border color is #b2957f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2957f


Comments

No comments written yet.

Please login to write comment.