Color Hex Logo

#b2858a Color Hex

#B2858A
(178,133,138)
0 Favorites   0 Comments

Color spaces of #b2858a

RGB 178133138
HSL0.980.230.61
HSV353°25°70°
CMYK 0.000.250.22   0.30
XYZ31.335128.075027.8122
Yxy28.07500.35930.3219
Hunter Lab52.985812.83725.9689
CIE-Lab59.956418.01104.0613

#b2858a color RGB value is (178,133,138).

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

The process color (four color CMYK) of #b2858a color hex is 0.00, 0.25, 0.22, 0.30. Web safe color of #b2858a is #999999. Color #b2858a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10000101 10001010
Octal 262 205 212
Decimal 178 133 138
Hex B2 85 8A

RGB Percentages of Color #b2858a

%39.64
%29.62
%30.73

CMYK Percentages of Color #b2858a

%0
%25
%22
%30

Triadic Colors of #b2858a

#b2858a #8ab285 #858ab2

Analogous Colors of #b2858a

#b2858a #b29785 #b285a1

Monochromatic Colors of #b2858a

#b2858a

Complementary Color

#b2858a #85b2ad

#b2858a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2858a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2858a Color CSS Codes

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

#b2858a Text Font Color

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

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


#b2858a Background Color

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

This div background color is #b2858a


#b2858a Border Color

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

This div border color is #b2858a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2858a


Comments

No comments written yet.

Please login to write comment.