Color Hex Logo

#b95bab Color Hex

#B95BAB
(185,91,171)
0 Favorites   0 Comments

Color spaces of #b95bab

RGB 18591171
HSL0.860.400.54
HSV309°51°73°
CMYK 0.000.510.08   0.27
XYZ31.099420.736740.8916
Yxy20.73670.33540.2236
Hunter Lab45.537642.2139-21.3646
CIE-Lab52.660148.5925-25.9166

#b95bab color RGB value is (185,91,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01011011 10101011
Octal 271 133 253
Decimal 185 91 171
Hex B9 5B AB

RGB Percentages of Color #b95bab

%41.39
%20.36
%38.26

CMYK Percentages of Color #b95bab

%0
%51
%8
%27

Triadic Colors of #b95bab

#b95bab #abb95b #5babb9

Analogous Colors of #b95bab

#b95bab #b95b7c #985bb9

Monochromatic Colors of #b95bab

#b95bab

Complementary Color

#b95bab #5bb969

#b95bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b95bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b95bab Color CSS Codes

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

#b95bab Text Font Color

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

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


#b95bab Background Color

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

This div background color is #b95bab


#b95bab Border Color

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

This div border color is #b95bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b95bab


Comments

No comments written yet.

Please login to write comment.