Color Hex Logo

#b5828e Color Hex

#B5828E
(181,130,142)
0 Favorites   0 Comments

Color spaces of #b5828e

RGB 181130142
HSL0.960.260.61
HSV346°28°71°
CMYK 0.000.280.22   0.29
XYZ31.921227.742029.2635
Yxy27.74200.35900.3120
Hunter Lab52.670716.00673.9283
CIE-Lab59.654921.45091.3715

#b5828e color RGB value is (181,130,142).

#b5828e hex color red value is 181, green value is 130 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #b5828e hue: 0.96 , saturation: 0.26 and the lightness value of b5828e is 0.61.

The process color (four color CMYK) of #b5828e color hex is 0.00, 0.28, 0.22, 0.29. Web safe color of #b5828e is #cc9999. Color #b5828e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10000010 10001110
Octal 265 202 216
Decimal 181 130 142
Hex B5 82 8E

RGB Percentages of Color #b5828e

%39.96
%28.70
%31.35

CMYK Percentages of Color #b5828e

%0
%28
%22
%29

Triadic Colors of #b5828e

#b5828e #8eb582 #828eb5

Analogous Colors of #b5828e

#b5828e #b59082 #b582a8

Monochromatic Colors of #b5828e

#b5828e

Complementary Color

#b5828e #82b5a9

#b5828e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5828e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5828e Color CSS Codes

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

#b5828e Text Font Color

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

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


#b5828e Background Color

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

This div background color is #b5828e


#b5828e Border Color

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

This div border color is #b5828e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5828e


Comments

No comments written yet.

Please login to write comment.