Color Hex Logo

#b963fd Color Hex

#B963FD
(185,99,253)
0 Favorites   0 Comments

Color spaces of #b963fd

RGB 18599253
HSL0.760.970.69
HSV274°61°99°
CMYK 0.270.610.00   0.01
XYZ42.199026.329895.7865
Yxy26.32980.25680.1602
Hunter Lab51.312656.9998-74.7594
CIE-Lab58.348860.9697-63.4489

#b963fd color RGB value is (185,99,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01100011 11111101
Octal 271 143 375
Decimal 185 99 253
Hex B9 63 FD

RGB Percentages of Color #b963fd

%34.45
%18.44
%47.11

CMYK Percentages of Color #b963fd

%27
%61
%0
%1

Triadic Colors of #b963fd

#b963fd #fdb963 #63fdb9

Analogous Colors of #b963fd

#b963fd #fd63f4 #6c63fd

Monochromatic Colors of #b963fd

#b963fd

Complementary Color

#b963fd #a7fd63

#b963fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b963fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b963fd Color CSS Codes

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

#b963fd Text Font Color

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

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


#b963fd Background Color

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

This div background color is #b963fd


#b963fd Border Color

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

This div border color is #b963fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b963fd

Related Colors


Comments

No comments written yet.

Please login to write comment.