Color Hex Logo

#b68d99 Color Hex

#B68D99
(182,141,153)
0 Favorites   0 Comments

Color spaces of #b68d99

RGB 182141153
HSL0.950.220.63
HSV342°23°71°
CMYK 0.000.230.16   0.29
XYZ34.566031.294734.3557
Yxy31.29470.34490.3123
Hunter Lab55.941712.39612.7471
CIE-Lab62.755617.4309-0.3724

#b68d99 color RGB value is (182,141,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 10001101 10011001
Octal 266 215 231
Decimal 182 141 153
Hex B6 8D 99

RGB Percentages of Color #b68d99

%38.24
%29.62
%32.14

CMYK Percentages of Color #b68d99

%0
%23
%16
%29

Triadic Colors of #b68d99

#b68d99 #99b68d #8d99b6

Analogous Colors of #b68d99

#b68d99 #b6968d #b68dae

Monochromatic Colors of #b68d99

#b68d99

Complementary Color

#b68d99 #8db6aa

#b68d99 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b68d99 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b68d99 Color CSS Codes

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

#b68d99 Text Font Color

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

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


#b68d99 Background Color

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

This div background color is #b68d99


#b68d99 Border Color

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

This div border color is #b68d99


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b68d99


Comments

No comments written yet.

Please login to write comment.