Color Hex Logo

#b95cfb Color Hex

#B95CFB
(185,92,251)
0 Favorites   0 Comments

Color spaces of #b95cfb

RGB 18592251
HSL0.760.950.67
HSV275°63°98°
CMYK 0.260.630.00   0.02
XYZ41.247324.933693.9055
Yxy24.93360.25770.1558
Hunter Lab49.933660.0651-76.5478
CIE-Lab57.010763.8481-64.4933

#b95cfb color RGB value is (185,92,251).

#b95cfb hex color red value is 185, green value is 92 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #b95cfb hue: 0.76 , saturation: 0.95 and the lightness value of b95cfb is 0.67.

The process color (four color CMYK) of #b95cfb color hex is 0.26, 0.63, 0.00, 0.02. Web safe color of #b95cfb is #cc66ff. Color #b95cfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01011100 11111011
Octal 271 134 373
Decimal 185 92 251
Hex B9 5C FB

RGB Percentages of Color #b95cfb

%35.04
%17.42
%47.54

CMYK Percentages of Color #b95cfb

%26
%63
%0
%2

Triadic Colors of #b95cfb

#b95cfb #fbb95c #5cfbb9

Analogous Colors of #b95cfb

#b95cfb #fb5cee #6a5cfb

Monochromatic Colors of #b95cfb

#b95cfb

Complementary Color

#b95cfb #9efb5c

#b95cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b95cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b95cfb Color CSS Codes

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

#b95cfb Text Font Color

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

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


#b95cfb Background Color

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

This div background color is #b95cfb


#b95cfb Border Color

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

This div border color is #b95cfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b95cfb

#b95cfb Color Palettes


Comments

No comments written yet.

Please login to write comment.