Color Hex Logo

#b695aa Color Hex

#B695AA
(182,149,170)
0 Favorites   0 Comments

Color spaces of #b695aa

RGB 182149170
HSL0.890.180.65
HSV322°18°71°
CMYK 0.000.180.07   0.29
XYZ37.294534.342342.6933
Yxy34.34230.32620.3004
Hunter Lab58.602311.0433-2.1727
CIE-Lab65.233415.9048-6.3275

#b695aa color RGB value is (182,149,170).

#b695aa hex color red value is 182, green value is 149 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b695aa hue: 0.89 , saturation: 0.18 and the lightness value of b695aa is 0.65.

The process color (four color CMYK) of #b695aa color hex is 0.00, 0.18, 0.07, 0.29. Web safe color of #b695aa is #cc9999. Color #b695aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10010101 10101010
Octal 266 225 252
Decimal 182 149 170
Hex B6 95 AA

RGB Percentages of Color #b695aa

%36.33
%29.74
%33.93

CMYK Percentages of Color #b695aa

%0
%18
%7
%29

Triadic Colors of #b695aa

#b695aa #aab695 #95aab6

Analogous Colors of #b695aa

#b695aa #b6959a #b295b6

Monochromatic Colors of #b695aa

#b695aa

Complementary Color

#b695aa #95b6a1

#b695aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b695aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b695aa Color CSS Codes

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

#b695aa Text Font Color

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

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


#b695aa Background Color

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

This div background color is #b695aa


#b695aa Border Color

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

This div border color is #b695aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b695aa


Comments

No comments written yet.

Please login to write comment.