Color Hex Logo

#b26ffa Color Hex

#B26FFA
(178,111,250)
0 Favorites   0 Comments

Color spaces of #b26ffa

RGB 178111250
HSL0.750.930.71
HSV269°56°98°
CMYK 0.290.560.00   0.02
XYZ41.299927.736093.6193
Yxy27.73600.25390.1705
Hunter Lab52.665047.8161-68.5307
CIE-Lab59.649552.6347-59.7500

#b26ffa color RGB value is (178,111,250).

#b26ffa hex color red value is 178, green value is 111 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #b26ffa hue: 0.75 , saturation: 0.93 and the lightness value of b26ffa is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 01101111 11111010
Octal 262 157 372
Decimal 178 111 250
Hex B2 6F FA

RGB Percentages of Color #b26ffa

%33.02
%20.59
%46.38

CMYK Percentages of Color #b26ffa

%29
%56
%0
%2

Triadic Colors of #b26ffa

#b26ffa #fab26f #6ffab2

Analogous Colors of #b26ffa

#b26ffa #f86ffa #6f72fa

Monochromatic Colors of #b26ffa

#b26ffa

Complementary Color

#b26ffa #b7fa6f

#b26ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b26ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b26ffa Color CSS Codes

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

#b26ffa Text Font Color

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

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


#b26ffa Background Color

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

This div background color is #b26ffa


#b26ffa Border Color

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

This div border color is #b26ffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b26ffa


Comments

No comments written yet.

Please login to write comment.