Color Hex Logo

#b68bac Color Hex

#B68BAC
(182,139,172)
0 Favorites   0 Comments

Color spaces of #b68bac

RGB 182139172
HSL0.870.230.63
HSV314°24°71°
CMYK 0.000.240.05   0.29
XYZ35.970431.388943.1925
Yxy31.38890.32540.2839
Hunter Lab56.025816.5577-6.4909
CIE-Lab62.834621.8601-11.0317

#b68bac color RGB value is (182,139,172).

#b68bac hex color red value is 182, green value is 139 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b68bac hue: 0.87 , saturation: 0.23 and the lightness value of b68bac is 0.63.

The process color (four color CMYK) of #b68bac color hex is 0.00, 0.24, 0.05, 0.29. Web safe color of #b68bac is #cc9999. Color #b68bac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10001011 10101100
Octal 266 213 254
Decimal 182 139 172
Hex B6 8B AC

RGB Percentages of Color #b68bac

%36.92
%28.19
%34.89

CMYK Percentages of Color #b68bac

%0
%24
%5
%29

Triadic Colors of #b68bac

#b68bac #acb68b #8bacb6

Analogous Colors of #b68bac

#b68bac #b68b97 #ab8bb6

Monochromatic Colors of #b68bac

#b68bac

Complementary Color

#b68bac #8bb695

#b68bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b68bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b68bac Color CSS Codes

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

#b68bac Text Font Color

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

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


#b68bac Background Color

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

This div background color is #b68bac


#b68bac Border Color

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

This div border color is #b68bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b68bac


Comments

No comments written yet.

Please login to write comment.