Color Hex Logo

#b07185 Color Hex

#B07185
(176,113,133)
0 Favorites   0 Comments

Color spaces of #b07185

RGB 176113133
HSL0.950.290.57
HSV341°36°69°
CMYK 0.000.360.24   0.31
XYZ28.043322.733825.1003
Yxy22.73380.36960.2996
Hunter Lab47.680021.54602.1638
CIE-Lab54.797127.7042-0.5678

#b07185 color RGB value is (176,113,133).

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

The process color (four color CMYK) of #b07185 color hex is 0.00, 0.36, 0.24, 0.31. Web safe color of #b07185 is #996699. Color #b07185 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01110001 10000101
Octal 260 161 205
Decimal 176 113 133
Hex B0 71 85

RGB Percentages of Color #b07185

%41.71
%26.78
%31.52

CMYK Percentages of Color #b07185

%0
%36
%24
%31

Triadic Colors of #b07185

#b07185 #85b071 #7185b0

Analogous Colors of #b07185

#b07185 #b07d71 #b071a5

Monochromatic Colors of #b07185

#b07185

Complementary Color

#b07185 #71b09c

#b07185 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b07185 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b07185 Color CSS Codes

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

#b07185 Text Font Color

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

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


#b07185 Background Color

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

This div background color is #b07185


#b07185 Border Color

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

This div border color is #b07185


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b07185


Comments

No comments written yet.

Please login to write comment.