Color Hex Logo

#b17178 Color Hex

#B17178
(177,113,120)
0 Favorites   0 Comments

Color spaces of #b17178

RGB 177113120
HSL0.980.290.57
HSV353°36°69°
CMYK 0.000.360.32   0.31
XYZ27.426822.513420.6693
Yxy22.51340.38840.3188
Hunter Lab47.448320.14497.3860
CIE-Lab54.567526.23636.7245

#b17178 color RGB value is (177,113,120).

#b17178 hex color red value is 177, green value is 113 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #b17178 hue: 0.98 , saturation: 0.29 and the lightness value of b17178 is 0.57.

The process color (four color CMYK) of #b17178 color hex is 0.00, 0.36, 0.32, 0.31. Web safe color of #b17178 is #996666. Color #b17178 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01110001 01111000
Octal 261 161 170
Decimal 177 113 120
Hex B1 71 78

RGB Percentages of Color #b17178

%43.17
%27.56
%29.27

CMYK Percentages of Color #b17178

%0
%36
%32
%31

Triadic Colors of #b17178

#b17178 #78b171 #7178b1

Analogous Colors of #b17178

#b17178 #b18a71 #b17198

Monochromatic Colors of #b17178

#b17178

Complementary Color

#b17178 #71b1aa

#b17178 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b17178 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b17178 Color CSS Codes

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

#b17178 Text Font Color

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

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


#b17178 Background Color

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

This div background color is #b17178


#b17178 Border Color

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

This div border color is #b17178


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(177,113,120, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b17178; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b17178;
  -webkit-box-shadow: 1px 1px 3px 2px #b17178;
  box-shadow:         1px 1px 3px 2px #b17178; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,113,120, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b17178


Comments

No comments written yet.

Please login to write comment.