Color Hex Logo

#b6708e Color Hex

#B6708E
(182,112,142)
0 Favorites   0 Comments

Color spaces of #b6708e

RGB 182112142
HSL0.930.320.58
HSV334°38°71°
CMYK 0.000.380.22   0.29
XYZ29.968123.486428.5450
Yxy23.48640.36550.2864
Hunter Lab48.462825.5699-0.9984
CIE-Lab55.569931.8210-4.6066

#b6708e color RGB value is (182,112,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 01110000 10001110
Octal 266 160 216
Decimal 182 112 142
Hex B6 70 8E

RGB Percentages of Color #b6708e

%41.74
%25.69
%32.57

CMYK Percentages of Color #b6708e

%0
%38
%22
%29

Triadic Colors of #b6708e

#b6708e #8eb670 #708eb6

Analogous Colors of #b6708e

#b6708e #b67570 #b670b1

Monochromatic Colors of #b6708e

#b6708e

Complementary Color

#b6708e #70b698

#b6708e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6708e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6708e Color CSS Codes

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

#b6708e Text Font Color

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

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


#b6708e Background Color

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

This div background color is #b6708e


#b6708e Border Color

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

This div border color is #b6708e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6708e


Comments

No comments written yet.

Please login to write comment.