Color Hex Logo

#b6708f Color Hex

#B6708F
(182,112,143)
0 Favorites   0 Comments

Color spaces of #b6708f

RGB 182112143
HSL0.930.320.58
HSV333°38°71°
CMYK 0.000.380.21   0.29
XYZ30.043523.516628.9423
Yxy23.51660.36420.2850
Hunter Lab48.493925.7220-1.4399
CIE-Lab55.600531.9740-5.1449

#b6708f color RGB value is (182,112,143).

#b6708f hex color red value is 182, green value is 112 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #b6708f hue: 0.93 , saturation: 0.32 and the lightness value of b6708f is 0.58.

The process color (four color CMYK) of #b6708f color hex is 0.00, 0.38, 0.21, 0.29. Web safe color of #b6708f is #cc6699. Color #b6708f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01110000 10001111
Octal 266 160 217
Decimal 182 112 143
Hex B6 70 8F

RGB Percentages of Color #b6708f

%41.65
%25.63
%32.72

CMYK Percentages of Color #b6708f

%0
%38
%21
%29

Triadic Colors of #b6708f

#b6708f #8fb670 #708fb6

Analogous Colors of #b6708f

#b6708f #b67470 #b670b2

Monochromatic Colors of #b6708f

#b6708f

Complementary Color

#b6708f #70b697

#b6708f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6708f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6708f Color CSS Codes

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

#b6708f Text Font Color

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

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


#b6708f Background Color

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

This div background color is #b6708f


#b6708f Border Color

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

This div border color is #b6708f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(182,112,143, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b6708f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b6708f;
  -webkit-box-shadow: 1px 1px 3px 2px #b6708f;
  box-shadow:         1px 1px 3px 2px #b6708f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,112,143, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6708f


Comments

No comments written yet.

Please login to write comment.