Color Hex Logo

#b95baa Color Hex

#B95BAA
(185,91,170)
0 Favorites   0 Comments

Color spaces of #b95baa

RGB 18591170
HSL0.860.400.54
HSV310°51°73°
CMYK 0.000.510.08   0.27
XYZ31.004420.698740.3914
Yxy20.69870.33670.2248
Hunter Lab45.495842.0261-20.7909
CIE-Lab52.618248.4222-25.3982

#b95baa color RGB value is (185,91,170).

#b95baa hex color red value is 185, green value is 91 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b95baa hue: 0.86 , saturation: 0.40 and the lightness value of b95baa is 0.54.

The process color (four color CMYK) of #b95baa color hex is 0.00, 0.51, 0.08, 0.27. Web safe color of #b95baa is #cc6699. Color #b95baa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01011011 10101010
Octal 271 133 252
Decimal 185 91 170
Hex B9 5B AA

RGB Percentages of Color #b95baa

%41.48
%20.40
%38.12

CMYK Percentages of Color #b95baa

%0
%51
%8
%27

Triadic Colors of #b95baa

#b95baa #aab95b #5baab9

Analogous Colors of #b95baa

#b95baa #b95b7b #995bb9

Monochromatic Colors of #b95baa

#b95baa

Complementary Color

#b95baa #5bb96a

#b95baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b95baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b95baa Color CSS Codes

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

#b95baa Text Font Color

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

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


#b95baa Background Color

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

This div background color is #b95baa


#b95baa Border Color

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

This div border color is #b95baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b95baa


Comments

No comments written yet.

Please login to write comment.