Color Hex Logo

#b6678a Color Hex

#B6678A
(182,103,138)
0 Favorites   0 Comments

Color spaces of #b6678a

RGB 182103138
HSL0.930.350.56
HSV333°43°71°
CMYK 0.000.430.24   0.29
XYZ28.729121.480626.6767
Yxy21.48060.37370.2794
Hunter Lab46.347229.5388-1.6834
CIE-Lab53.471536.1094-5.3686

#b6678a color RGB value is (182,103,138).

#b6678a hex color red value is 182, green value is 103 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #b6678a hue: 0.93 , saturation: 0.35 and the lightness value of b6678a is 0.56.

The process color (four color CMYK) of #b6678a color hex is 0.00, 0.43, 0.24, 0.29. Web safe color of #b6678a is #cc6699. Color #b6678a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01100111 10001010
Octal 266 147 212
Decimal 182 103 138
Hex B6 67 8A

RGB Percentages of Color #b6678a

%43.03
%24.35
%32.62

CMYK Percentages of Color #b6678a

%0
%43
%24
%29

Triadic Colors of #b6678a

#b6678a #8ab667 #678ab6

Analogous Colors of #b6678a

#b6678a #b66c67 #b667b2

Monochromatic Colors of #b6678a

#b6678a

Complementary Color

#b6678a #67b693

#b6678a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6678a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6678a Color CSS Codes

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

#b6678a Text Font Color

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

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


#b6678a Background Color

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

This div background color is #b6678a


#b6678a Border Color

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

This div border color is #b6678a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6678a


Comments

No comments written yet.

Please login to write comment.