Color Hex Logo

#b68cac Color Hex

#B68CAC
(182,140,172)
0 Favorites   0 Comments

Color spaces of #b68cac

RGB 182140172
HSL0.870.220.63
HSV314°23°71°
CMYK 0.000.230.05   0.29
XYZ36.115931.679843.2410
Yxy31.67980.32530.2853
Hunter Lab56.284816.0385-6.1504
CIE-Lab63.077421.3006-10.6680

#b68cac color RGB value is (182,140,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 10001100 10101100
Octal 266 214 254
Decimal 182 140 172
Hex B6 8C AC

RGB Percentages of Color #b68cac

%36.84
%28.34
%34.82

CMYK Percentages of Color #b68cac

%0
%23
%5
%29

Triadic Colors of #b68cac

#b68cac #acb68c #8cacb6

Analogous Colors of #b68cac

#b68cac #b68c97 #ab8cb6

Monochromatic Colors of #b68cac

#b68cac

Complementary Color

#b68cac #8cb696

#b68cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b68cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b68cac Color CSS Codes

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

#b68cac Text Font Color

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

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


#b68cac Background Color

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

This div background color is #b68cac


#b68cac Border Color

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

This div border color is #b68cac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,140,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 #b68cac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b68cac


Comments

No comments written yet.

Please login to write comment.