Color Hex Logo

#b985ab Color Hex

#B985AB
(185,133,171)
0 Favorites   0 Comments

Color spaces of #b985ab

RGB 185133171
HSL0.880.270.62
HSV316°28°73°
CMYK 0.000.280.08   0.27
XYZ35.745830.029642.4404
Yxy30.02960.33030.2775
Hunter Lab54.799320.5376-7.5588
CIE-Lab61.679826.0834-12.1648

#b985ab color RGB value is (185,133,171).

#b985ab hex color red value is 185, green value is 133 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #b985ab hue: 0.88 , saturation: 0.27 and the lightness value of b985ab is 0.62.

The process color (four color CMYK) of #b985ab color hex is 0.00, 0.28, 0.08, 0.27. Web safe color of #b985ab is #cc9999. Color #b985ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10000101 10101011
Octal 271 205 253
Decimal 185 133 171
Hex B9 85 AB

RGB Percentages of Color #b985ab

%37.83
%27.20
%34.97

CMYK Percentages of Color #b985ab

%0
%28
%8
%27

Triadic Colors of #b985ab

#b985ab #abb985 #85abb9

Analogous Colors of #b985ab

#b985ab #b98591 #ad85b9

Monochromatic Colors of #b985ab

#b985ab

Complementary Color

#b985ab #85b993

#b985ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b985ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b985ab Color CSS Codes

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

#b985ab Text Font Color

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

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


#b985ab Background Color

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

This div background color is #b985ab


#b985ab Border Color

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

This div border color is #b985ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b985ab


Comments

No comments written yet.

Please login to write comment.