Color Hex Logo

#b985ad Color Hex

#B985AD
(185,133,173)
0 Favorites   0 Comments

Color spaces of #b985ad

RGB 185133173
HSL0.870.270.62
HSV314°28°73°
CMYK 0.000.280.06   0.27
XYZ35.937930.106543.4522
Yxy30.10650.32820.2750
Hunter Lab54.869420.8910-8.5444
CIE-Lab61.746026.4432-13.2024

#b985ad color RGB value is (185,133,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 10000101 10101101
Octal 271 205 255
Decimal 185 133 173
Hex B9 85 AD

RGB Percentages of Color #b985ad

%37.68
%27.09
%35.23

CMYK Percentages of Color #b985ad

%0
%28
%6
%27

Triadic Colors of #b985ad

#b985ad #adb985 #85adb9

Analogous Colors of #b985ad

#b985ad #b98593 #ab85b9

Monochromatic Colors of #b985ad

#b985ad

Complementary Color

#b985ad #85b991

#b985ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b985ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b985ad Color CSS Codes

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

#b985ad Text Font Color

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

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


#b985ad Background Color

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

This div background color is #b985ad


#b985ad Border Color

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

This div border color is #b985ad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,133,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b985ad


Comments

No comments written yet.

Please login to write comment.