Color Hex Logo

#b326fa Color Hex

#B326FA
(179,38,250)
0 Favorites   0 Comments

Color spaces of #b326fa

RGB 17938250
HSL0.780.950.56
HSV280°85°98°
CMYK 0.280.850.00   0.02
XYZ36.538817.872191.9663
Yxy17.87210.24960.1221
Hunter Lab42.275480.2963-99.3872
CIE-Lab49.340681.9188-76.3979

#b326fa color RGB value is (179,38,250).

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

The process color (four color CMYK) of #b326fa color hex is 0.28, 0.85, 0.00, 0.02. Web safe color of #b326fa is #cc33ff. Color #b326fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00100110 11111010
Octal 263 46 372
Decimal 179 38 250
Hex B3 26 FA

RGB Percentages of Color #b326fa

%38.33
%8.14
%53.53

CMYK Percentages of Color #b326fa

%28
%85
%0
%2

Triadic Colors of #b326fa

#b326fa #fab326 #26fab3

Analogous Colors of #b326fa

#b326fa #fa26d7 #4926fa

Monochromatic Colors of #b326fa

#b326fa

Complementary Color

#b326fa #6dfa26

#b326fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b326fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b326fa Color CSS Codes

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

#b326fa Text Font Color

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

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


#b326fa Background Color

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

This div background color is #b326fa


#b326fa Border Color

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

This div border color is #b326fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b326fa


Comments

No comments written yet.

Please login to write comment.