Color Hex Logo

#b38692 Color Hex

#B38692
(179,134,146)
0 Favorites   0 Comments

Color spaces of #b38692

RGB 179134146
HSL0.960.230.61
HSV344°25°70°
CMYK 0.000.250.18   0.30
XYZ32.303828.709231.0330
Yxy28.70920.35100.3119
Hunter Lab53.581013.85043.1671
CIE-Lab60.524119.08740.3194

#b38692 color RGB value is (179,134,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 10000110 10010010
Octal 263 206 222
Decimal 179 134 146
Hex B3 86 92

RGB Percentages of Color #b38692

%39.00
%29.19
%31.81

CMYK Percentages of Color #b38692

%0
%25
%18
%30

Triadic Colors of #b38692

#b38692 #92b386 #8692b3

Analogous Colors of #b38692

#b38692 #b39186 #b386a9

Monochromatic Colors of #b38692

#b38692

Complementary Color

#b38692 #86b3a7

#b38692 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b38692 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b38692 Color CSS Codes

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

#b38692 Text Font Color

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

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


#b38692 Background Color

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

This div background color is #b38692


#b38692 Border Color

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

This div border color is #b38692


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,134,146, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b38692


Comments

No comments written yet.

Please login to write comment.