Color Hex Logo

#b28397 Color Hex

#B28397
(178,131,151)
1 Favorites   0 Comments

Color spaces of #b28397

RGB 178131151
HSL0.930.230.61
HSV334°26°70°
CMYK 0.000.260.15   0.30
XYZ32.062327.931932.9797
Yxy27.93190.34490.3004
Hunter Lab52.850615.8000-0.0025
CIE-Lab59.827221.2198-3.5788

#b28397 color RGB value is (178,131,151).

#b28397 hex color red value is 178, green value is 131 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #b28397 hue: 0.93 , saturation: 0.23 and the lightness value of b28397 is 0.61.

The process color (four color CMYK) of #b28397 color hex is 0.00, 0.26, 0.15, 0.30. Web safe color of #b28397 is #999999. Color #b28397 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10000011 10010111
Octal 262 203 227
Decimal 178 131 151
Hex B2 83 97

RGB Percentages of Color #b28397

%38.70
%28.48
%32.83

CMYK Percentages of Color #b28397

%0
%26
%15
%30

Triadic Colors of #b28397

#b28397 #97b283 #8397b2

Analogous Colors of #b28397

#b28397 #b28783 #b283af

Monochromatic Colors of #b28397

#b28397

Complementary Color

#b28397 #83b29e

#b28397 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b28397 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b28397 Color CSS Codes

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

#b28397 Text Font Color

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

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


#b28397 Background Color

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

This div background color is #b28397


#b28397 Border Color

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

This div border color is #b28397


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b28397


Comments

No comments written yet.

Please login to write comment.