Color Hex Logo

#b163fa Color Hex

#B163FA
(177,99,250)
0 Favorites   0 Comments

Color spaces of #b163fa

RGB 17799250
HSL0.750.940.68
HSV271°60°98°
CMYK 0.290.600.00   0.02
XYZ39.848625.172993.2011
Yxy25.17290.25190.1591
Hunter Lab50.172653.9681-75.0168
CIE-Lab57.243558.5163-63.6146

#b163fa color RGB value is (177,99,250).

#b163fa hex color red value is 177, green value is 99 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #b163fa hue: 0.75 , saturation: 0.94 and the lightness value of b163fa is 0.68.

The process color (four color CMYK) of #b163fa color hex is 0.29, 0.60, 0.00, 0.02. Web safe color of #b163fa is #9966ff. Color #b163fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01100011 11111010
Octal 261 143 372
Decimal 177 99 250
Hex B1 63 FA

RGB Percentages of Color #b163fa

%33.65
%18.82
%47.53

CMYK Percentages of Color #b163fa

%29
%60
%0
%2

Triadic Colors of #b163fa

#b163fa #fab163 #63fab1

Analogous Colors of #b163fa

#b163fa #fa63f8 #6663fa

Monochromatic Colors of #b163fa

#b163fa

Complementary Color

#b163fa #acfa63

#b163fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b163fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b163fa Color CSS Codes

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

#b163fa Text Font Color

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

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


#b163fa Background Color

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

This div background color is #b163fa


#b163fa Border Color

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

This div border color is #b163fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b163fa

Related Colors


Comments

No comments written yet.

Please login to write comment.