Color Hex Logo

#b326fe Color Hex

#B326FE
(179,38,254)
0 Favorites   0 Comments

Color spaces of #b326fe

RGB 17938254
HSL0.780.990.57
HSV279°85°100°
CMYK 0.300.850.00   0.00
XYZ37.172918.125795.3053
Yxy18.12570.24680.1204
Hunter Lab42.574381.3488-102.9225
CIE-Lab49.648282.6839-78.1284

#b326fe color RGB value is (179,38,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 00100110 11111110
Octal 263 46 376
Decimal 179 38 254
Hex B3 26 FE

RGB Percentages of Color #b326fe

%38.00
%8.07
%53.93

CMYK Percentages of Color #b326fe

%30
%85
%0
%0

Triadic Colors of #b326fe

#b326fe #feb326 #26feb3

Analogous Colors of #b326fe

#b326fe #fe26dd #4726fe

Monochromatic Colors of #b326fe

#b326fe

Complementary Color

#b326fe #71fe26

#b326fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b326fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b326fe Color CSS Codes

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

#b326fe Text Font Color

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

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


#b326fe Background Color

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

This div background color is #b326fe


#b326fe Border Color

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

This div border color is #b326fe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,38,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b326fe


Comments

No comments written yet.

Please login to write comment.