Color Hex Logo

#b956fc Color Hex

#B956FC
(185,86,252)
0 Favorites   0 Comments

Color spaces of #b956fc

RGB 18586252
HSL0.770.970.66
HSV276°66°99°
CMYK 0.270.660.00   0.01
XYZ40.906123.998194.5716
Yxy23.99810.25650.1505
Hunter Lab48.987963.3233-80.1685
CIE-Lab56.085966.7875-66.5368

#b956fc color RGB value is (185,86,252).

#b956fc hex color red value is 185, green value is 86 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #b956fc hue: 0.77 , saturation: 0.97 and the lightness value of b956fc is 0.66.

The process color (four color CMYK) of #b956fc color hex is 0.27, 0.66, 0.00, 0.01. Web safe color of #b956fc is #cc66ff. Color #b956fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01010110 11111100
Octal 271 126 374
Decimal 185 86 252
Hex B9 56 FC

RGB Percentages of Color #b956fc

%35.37
%16.44
%48.18

CMYK Percentages of Color #b956fc

%27
%66
%0
%1

Triadic Colors of #b956fc

#b956fc #fcb956 #56fcb9

Analogous Colors of #b956fc

#b956fc #fc56ec #6656fc

Monochromatic Colors of #b956fc

#b956fc

Complementary Color

#b956fc #99fc56

#b956fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b956fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b956fc Color CSS Codes

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

#b956fc Text Font Color

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

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


#b956fc Background Color

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

This div background color is #b956fc


#b956fc Border Color

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

This div border color is #b956fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b956fc


Comments

No comments written yet.

Please login to write comment.