Color Hex Logo

#b26afb Color Hex

#B26AFB
(178,106,251)
0 Favorites   0 Comments

Color spaces of #b26afb

RGB 178106251
HSL0.750.950.70
HSV270°58°98°
CMYK 0.290.580.00   0.02
XYZ40.926726.738194.2707
Yxy26.73810.25270.1651
Hunter Lab51.708950.7891-71.8956
CIE-Lab58.731155.4490-61.7734

#b26afb color RGB value is (178,106,251).

#b26afb hex color red value is 178, green value is 106 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #b26afb hue: 0.75 , saturation: 0.95 and the lightness value of b26afb is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 01101010 11111011
Octal 262 152 373
Decimal 178 106 251
Hex B2 6A FB

RGB Percentages of Color #b26afb

%33.27
%19.81
%46.92

CMYK Percentages of Color #b26afb

%29
%58
%0
%2

Triadic Colors of #b26afb

#b26afb #fbb26a #6afbb2

Analogous Colors of #b26afb

#b26afb #fb6afb #6a6bfb

Monochromatic Colors of #b26afb

#b26afb

Complementary Color

#b26afb #b3fb6a

#b26afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b26afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b26afb Color CSS Codes

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

#b26afb Text Font Color

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

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


#b26afb Background Color

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

This div background color is #b26afb


#b26afb Border Color

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

This div border color is #b26afb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,106,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b26afb


Comments

No comments written yet.

Please login to write comment.