Color Hex Logo

#b964fd Color Hex

#B964FD
(185,100,253)
0 Favorites   0 Comments

Color spaces of #b964fd

RGB 185100253
HSL0.760.970.69
HSV273°60°99°
CMYK 0.270.600.00   0.01
XYZ42.294426.520595.8183
Yxy26.52050.25690.1611
Hunter Lab51.498156.4771-74.2675
CIE-Lab58.527860.4851-63.1614

#b964fd color RGB value is (185,100,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01100100 11111101
Octal 271 144 375
Decimal 185 100 253
Hex B9 64 FD

RGB Percentages of Color #b964fd

%34.39
%18.59
%47.03

CMYK Percentages of Color #b964fd

%27
%60
%0
%1

Triadic Colors of #b964fd

#b964fd #fdb964 #64fdb9

Analogous Colors of #b964fd

#b964fd #fd64f5 #6d64fd

Monochromatic Colors of #b964fd

#b964fd

Complementary Color

#b964fd #a8fd64

#b964fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b964fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b964fd Color CSS Codes

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

#b964fd Text Font Color

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

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


#b964fd Background Color

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

This div background color is #b964fd


#b964fd Border Color

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

This div border color is #b964fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b964fd

Related Colors


Comments

No comments written yet.

Please login to write comment.