Color Hex Logo

#b28270 Color Hex

#B28270
(178,130,112)
0 Favorites   0 Comments

Color spaces of #b28270

RGB 178130112
HSL0.050.300.57
HSV16°37°70°
CMYK 0.000.270.37   0.30
XYZ29.267426.600118.9210
Yxy26.60010.39130.3557
Hunter Lab51.575311.036614.3515
CIE-Lab58.602316.076717.0177

#b28270 color RGB value is (178,130,112).

#b28270 hex color red value is 178, green value is 130 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #b28270 hue: 0.05 , saturation: 0.30 and the lightness value of b28270 is 0.57.

The process color (four color CMYK) of #b28270 color hex is 0.00, 0.27, 0.37, 0.30. Web safe color of #b28270 is #999966. Color #b28270 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10000010 01110000
Octal 262 202 160
Decimal 178 130 112
Hex B2 82 70

RGB Percentages of Color #b28270

%42.38
%30.95
%26.67

CMYK Percentages of Color #b28270

%0
%27
%37
%30

Triadic Colors of #b28270

#b28270 #70b282 #8270b2

Analogous Colors of #b28270

#b28270 #b2a370 #b2707f

Monochromatic Colors of #b28270

#b28270

Complementary Color

#b28270 #70a0b2

#b28270 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b28270 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b28270 Color CSS Codes

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

#b28270 Text Font Color

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

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


#b28270 Background Color

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

This div background color is #b28270


#b28270 Border Color

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

This div border color is #b28270


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b28270


Comments

No comments written yet.

Please login to write comment.