Color Hex Logo

#b95baf Color Hex

#B95BAF
(185,91,175)
0 Favorites   0 Comments

Color spaces of #b95baf

RGB 18591175
HSL0.850.400.54
HSV306°51°73°
CMYK 0.000.510.05   0.27
XYZ31.486520.891642.9304
Yxy20.89160.33040.2192
Hunter Lab45.707342.9758-23.6927
CIE-Lab52.830749.2810-27.9819

#b95baf color RGB value is (185,91,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01011011 10101111
Octal 271 133 257
Decimal 185 91 175
Hex B9 5B AF

RGB Percentages of Color #b95baf

%41.02
%20.18
%38.80

CMYK Percentages of Color #b95baf

%0
%51
%5
%27

Triadic Colors of #b95baf

#b95baf #afb95b #5bafb9

Analogous Colors of #b95baf

#b95baf #b95b80 #945bb9

Monochromatic Colors of #b95baf

#b95baf

Complementary Color

#b95baf #5bb965

#b95baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b95baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b95baf Color CSS Codes

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

#b95baf Text Font Color

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

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


#b95baf Background Color

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

This div background color is #b95baf


#b95baf Border Color

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

This div border color is #b95baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b95baf


Comments

No comments written yet.

Please login to write comment.