Color Hex Logo

#b985ba Color Hex

#B985BA
(185,133,186)
0 Favorites   0 Comments

Color spaces of #b985ba

RGB 185133186
HSL0.830.280.63
HSV299°28°73°
CMYK 0.010.280.00   0.27
XYZ37.258030.634550.4037
Yxy30.63450.31500.2590
Hunter Lab55.348423.2981-15.2492
CIE-Lab62.197928.8694-19.8905

#b985ba color RGB value is (185,133,186).

#b985ba hex color red value is 185, green value is 133 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #b985ba hue: 0.83 , saturation: 0.28 and the lightness value of b985ba is 0.63.

The process color (four color CMYK) of #b985ba color hex is 0.01, 0.28, 0.00, 0.27. Web safe color of #b985ba is #cc99cc. Color #b985ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10000101 10111010
Octal 271 205 272
Decimal 185 133 186
Hex B9 85 BA

RGB Percentages of Color #b985ba

%36.71
%26.39
%36.90

CMYK Percentages of Color #b985ba

%1
%28
%0
%27

Triadic Colors of #b985ba

#b985ba #bab985 #85bab9

Analogous Colors of #b985ba

#b985ba #ba85a1 #9f85ba

Monochromatic Colors of #b985ba

#b985ba

Complementary Color

#b985ba #86ba85

#b985ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b985ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b985ba Color CSS Codes

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

#b985ba Text Font Color

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

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


#b985ba Background Color

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

This div background color is #b985ba


#b985ba Border Color

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

This div border color is #b985ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b985ba

#b985ba Color Palettes


Comments

No comments written yet.

Please login to write comment.