Color Hex Logo

#b05171 Color Hex

#B05171
(176,81,113)
0 Favorites   0 Comments

Color spaces of #b05171

RGB 17681113
HSL0.940.380.50
HSV340°54°69°
CMYK 0.000.540.36   0.31
XYZ23.827616.307217.5145
Yxy16.30720.41330.2829
Hunter Lab40.382234.65562.5523
CIE-Lab47.375042.10300.4972

#b05171 color RGB value is (176,81,113).

#b05171 hex color red value is 176, green value is 81 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #b05171 hue: 0.94 , saturation: 0.38 and the lightness value of b05171 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 01010001 01110001
Octal 260 121 161
Decimal 176 81 113
Hex B0 51 71

RGB Percentages of Color #b05171

%47.57
%21.89
%30.54

CMYK Percentages of Color #b05171

%0
%54
%36
%31

Triadic Colors of #b05171

#b05171 #71b051 #5171b0

Analogous Colors of #b05171

#b05171 #b06151 #b051a1

Monochromatic Colors of #b05171

#b05171

Complementary Color

#b05171 #51b090

#b05171 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b05171 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b05171 Color CSS Codes

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

#b05171 Text Font Color

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

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


#b05171 Background Color

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

This div background color is #b05171


#b05171 Border Color

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

This div border color is #b05171


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b05171


Comments

No comments written yet.

Please login to write comment.