Color Hex Logo

#b951ff Color Hex

#B951FF
(185,81,255)
0 Favorites   0 Comments

Color spaces of #b951ff

RGB 18581255
HSL0.771.000.66
HSV276°68°100°
CMYK 0.270.680.00   0.00
XYZ41.000023.419196.9671
Yxy23.41910.25400.1451
Hunter Lab48.393366.5414-84.9259
CIE-Lab55.501469.5954-69.1422

#b951ff color RGB value is (185,81,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01010001 11111111
Octal 271 121 377
Decimal 185 81 255
Hex B9 51 FF

RGB Percentages of Color #b951ff

%35.51
%15.55
%48.94

CMYK Percentages of Color #b951ff

%27
%68
%0
%0

Triadic Colors of #b951ff

#b951ff #ffb951 #51ffb9

Analogous Colors of #b951ff

#b951ff #ff51ee #6251ff

Monochromatic Colors of #b951ff

#b951ff

Complementary Color

#b951ff #97ff51

#b951ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b951ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b951ff Color CSS Codes

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

#b951ff Text Font Color

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

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


#b951ff Background Color

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

This div background color is #b951ff


#b951ff Border Color

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

This div border color is #b951ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b951ff


Comments

No comments written yet.

Please login to write comment.