Color Hex Logo

#b68a99 Color Hex

#B68A99
(182,138,153)
0 Favorites   0 Comments

Color spaces of #b68a99

RGB 182138153
HSL0.940.230.63
HSV340°24°71°
CMYK 0.000.240.16   0.29
XYZ34.129730.421934.2102
Yxy30.42190.34560.3080
Hunter Lab55.156113.92991.8350
CIE-Lab62.016619.1086-1.4541

#b68a99 color RGB value is (182,138,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 10001010 10011001
Octal 266 212 231
Decimal 182 138 153
Hex B6 8A 99

RGB Percentages of Color #b68a99

%38.48
%29.18
%32.35

CMYK Percentages of Color #b68a99

%0
%24
%16
%29

Triadic Colors of #b68a99

#b68a99 #99b68a #8a99b6

Analogous Colors of #b68a99

#b68a99 #b6918a #b68aaf

Monochromatic Colors of #b68a99

#b68a99

Complementary Color

#b68a99 #8ab6a7

#b68a99 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b68a99 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b68a99 Color CSS Codes

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

#b68a99 Text Font Color

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

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


#b68a99 Background Color

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

This div background color is #b68a99


#b68a99 Border Color

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

This div border color is #b68a99


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b68a99


Comments

No comments written yet.

Please login to write comment.