Color Hex Logo

#b195ab Color Hex

#B195AB
(177,149,171)
0 Favorites   0 Comments

Color spaces of #b195ab

RGB 177149171
HSL0.870.150.64
HSV313°16°69°
CMYK 0.000.160.03   0.31
XYZ36.229633.782343.1392
Yxy33.78230.32020.2986
Hunter Lab58.12259.5502-3.3199
CIE-Lab64.789414.3007-7.6008

#b195ab color RGB value is (177,149,171).

#b195ab hex color red value is 177, green value is 149 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #b195ab hue: 0.87 , saturation: 0.15 and the lightness value of b195ab is 0.64.

The process color (four color CMYK) of #b195ab color hex is 0.00, 0.16, 0.03, 0.31. Web safe color of #b195ab is #999999. Color #b195ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10010101 10101011
Octal 261 225 253
Decimal 177 149 171
Hex B1 95 AB

RGB Percentages of Color #b195ab

%35.61
%29.98
%34.41

CMYK Percentages of Color #b195ab

%0
%16
%3
%31

Triadic Colors of #b195ab

#b195ab #abb195 #95abb1

Analogous Colors of #b195ab

#b195ab #b1959d #a995b1

Monochromatic Colors of #b195ab

#b195ab

Complementary Color

#b195ab #95b19b

#b195ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b195ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b195ab Color CSS Codes

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

#b195ab Text Font Color

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

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


#b195ab Background Color

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

This div background color is #b195ab


#b195ab Border Color

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

This div border color is #b195ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b195ab


Comments

No comments written yet.

Please login to write comment.