Color Hex Logo

#b0687d Color Hex

#B0687D
(176,104,125)
0 Favorites   0 Comments

Color spaces of #b0687d

RGB 176104125
HSL0.950.310.55
HSV343°41°69°
CMYK 0.000.410.29   0.31
XYZ26.556520.611421.9808
Yxy20.61140.38400.2981
Hunter Lab45.399824.96363.0739
CIE-Lab52.521531.52280.8154

#b0687d color RGB value is (176,104,125).

#b0687d hex color red value is 176, green value is 104 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #b0687d hue: 0.95 , saturation: 0.31 and the lightness value of b0687d is 0.55.

The process color (four color CMYK) of #b0687d color hex is 0.00, 0.41, 0.29, 0.31. Web safe color of #b0687d is #996666. Color #b0687d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01101000 01111101
Octal 260 150 175
Decimal 176 104 125
Hex B0 68 7D

RGB Percentages of Color #b0687d

%43.46
%25.68
%30.86

CMYK Percentages of Color #b0687d

%0
%41
%29
%31

Triadic Colors of #b0687d

#b0687d #7db068 #687db0

Analogous Colors of #b0687d

#b0687d #b07768 #b068a1

Monochromatic Colors of #b0687d

#b0687d

Complementary Color

#b0687d #68b09b

#b0687d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0687d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0687d Color CSS Codes

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

#b0687d Text Font Color

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

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


#b0687d Background Color

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

This div background color is #b0687d


#b0687d Border Color

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

This div border color is #b0687d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0687d


Comments

No comments written yet.

Please login to write comment.