Color Hex Logo

#b995ac Color Hex

#B995AC
(185,149,172)
0 Favorites   0 Comments

Color spaces of #b995ac

RGB 185149172
HSL0.890.200.65
HSV322°19°73°
CMYK 0.000.190.07   0.27
XYZ38.201434.787743.7310
Yxy34.78770.32730.2980
Hunter Lab58.981112.3955-2.6733
CIE-Lab65.583017.3410-6.9011

#b995ac color RGB value is (185,149,172).

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

The process color (four color CMYK) of #b995ac color hex is 0.00, 0.19, 0.07, 0.27. Web safe color of #b995ac is #cc9999. Color #b995ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10010101 10101100
Octal 271 225 254
Decimal 185 149 172
Hex B9 95 AC

RGB Percentages of Color #b995ac

%36.56
%29.45
%33.99

CMYK Percentages of Color #b995ac

%0
%19
%7
%27

Triadic Colors of #b995ac

#b995ac #acb995 #95acb9

Analogous Colors of #b995ac

#b995ac #b9959a #b495b9

Monochromatic Colors of #b995ac

#b995ac

Complementary Color

#b995ac #95b9a2

#b995ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b995ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b995ac Color CSS Codes

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

#b995ac Text Font Color

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

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


#b995ac Background Color

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

This div background color is #b995ac


#b995ac Border Color

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

This div border color is #b995ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b995ac


Comments

No comments written yet.

Please login to write comment.