Color Hex Logo

#b3868a Color Hex

#B3868A
(179,134,138)
0 Favorites   0 Comments

Color spaces of #b3868a

RGB 179134138
HSL0.990.230.61
HSV355°25°70°
CMYK 0.000.250.23   0.30
XYZ31.702928.468927.8689
Yxy28.46890.36010.3234
Hunter Lab53.356312.68666.3812
CIE-Lab60.310017.83314.5847

#b3868a color RGB value is (179,134,138).

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

The process color (four color CMYK) of #b3868a color hex is 0.00, 0.25, 0.23, 0.30. Web safe color of #b3868a is #cc9999. Color #b3868a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10000110 10001010
Octal 263 206 212
Decimal 179 134 138
Hex B3 86 8A

RGB Percentages of Color #b3868a

%39.69
%29.71
%30.60

CMYK Percentages of Color #b3868a

%0
%25
%23
%30

Triadic Colors of #b3868a

#b3868a #8ab386 #868ab3

Analogous Colors of #b3868a

#b3868a #b39986 #b386a1

Monochromatic Colors of #b3868a

#b3868a

Complementary Color

#b3868a #86b3af

#b3868a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3868a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3868a Color CSS Codes

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

#b3868a Text Font Color

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

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


#b3868a Background Color

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

This div background color is #b3868a


#b3868a Border Color

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

This div border color is #b3868a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,134,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 #b3868a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3868a


Comments

No comments written yet.

Please login to write comment.