Color Hex Logo

#b317fa Color Hex

#B317FA
(179,23,250)
0 Favorites   0 Comments

Color spaces of #b317fa

RGB 17923250
HSL0.780.960.54
HSV281°91°98°
CMYK 0.280.910.00   0.02
XYZ36.152117.098691.8374
Yxy17.09860.24920.1178
Hunter Lab41.350583.6967-102.7350
CIE-Lab48.384084.7548-77.9588

#b317fa color RGB value is (179,23,250).

#b317fa hex color red value is 179, green value is 23 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #b317fa hue: 0.78 , saturation: 0.96 and the lightness value of b317fa is 0.54.

The process color (four color CMYK) of #b317fa color hex is 0.28, 0.91, 0.00, 0.02. Web safe color of #b317fa is #cc00ff. Color #b317fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00010111 11111010
Octal 263 27 372
Decimal 179 23 250
Hex B3 17 FA

RGB Percentages of Color #b317fa

%39.60
%5.09
%55.31

CMYK Percentages of Color #b317fa

%28
%91
%0
%2

Triadic Colors of #b317fa

#b317fa #fab317 #17fab3

Analogous Colors of #b317fa

#b317fa #fa17d0 #4217fa

Monochromatic Colors of #b317fa

#b317fa

Complementary Color

#b317fa #5efa17

#b317fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b317fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b317fa Color CSS Codes

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

#b317fa Text Font Color

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

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


#b317fa Background Color

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

This div background color is #b317fa


#b317fa Border Color

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

This div border color is #b317fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b317fa

Related Colors


Comments

No comments written yet.

Please login to write comment.