Color Hex Logo

#b95bad Color Hex

#B95BAD
(185,91,173)
0 Favorites   0 Comments

Color spaces of #b95bad

RGB 18591173
HSL0.850.400.54
HSV308°51°73°
CMYK 0.000.510.06   0.27
XYZ31.291520.813641.9033
Yxy20.81360.33290.2214
Hunter Lab45.621942.5925-22.5219
CIE-Lab52.744948.9350-26.9508

#b95bad color RGB value is (185,91,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01011011 10101101
Octal 271 133 255
Decimal 185 91 173
Hex B9 5B AD

RGB Percentages of Color #b95bad

%41.20
%20.27
%38.53

CMYK Percentages of Color #b95bad

%0
%51
%6
%27

Triadic Colors of #b95bad

#b95bad #adb95b #5badb9

Analogous Colors of #b95bad

#b95bad #b95b7e #965bb9

Monochromatic Colors of #b95bad

#b95bad

Complementary Color

#b95bad #5bb967

#b95bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b95bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b95bad Color CSS Codes

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

#b95bad Text Font Color

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

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


#b95bad Background Color

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

This div background color is #b95bad


#b95bad Border Color

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

This div border color is #b95bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b95bad


Comments

No comments written yet.

Please login to write comment.