Color Hex Logo

#b963ff Color Hex

#B963FF
(185,99,255)
0 Favorites   0 Comments

Color spaces of #b963ff

RGB 18599255
HSL0.761.000.69
HSV273°61°100°
CMYK 0.270.610.00   0.00
XYZ42.519426.458097.4736
Yxy26.45800.25540.1590
Hunter Lab51.437357.5372-76.3482
CIE-Lab58.469361.4133-64.3597

#b963ff color RGB value is (185,99,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01100011 11111111
Octal 271 143 377
Decimal 185 99 255
Hex B9 63 FF

RGB Percentages of Color #b963ff

%34.32
%18.37
%47.31

CMYK Percentages of Color #b963ff

%27
%61
%0
%0

Triadic Colors of #b963ff

#b963ff #ffb963 #63ffb9

Analogous Colors of #b963ff

#b963ff #ff63f7 #6b63ff

Monochromatic Colors of #b963ff

#b963ff

Complementary Color

#b963ff #a9ff63

#b963ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b963ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b963ff Color CSS Codes

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

#b963ff Text Font Color

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

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


#b963ff Background Color

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

This div background color is #b963ff


#b963ff Border Color

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

This div border color is #b963ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b963ff

#b963ff Color Palettes


Comments

No comments written yet.

Please login to write comment.