Color Hex Logo

#b26aeb Color Hex

#B26AEB
(178,106,235)
0 Favorites   0 Comments

Color spaces of #b26aeb

RGB 178106235
HSL0.760.760.67
HSV273°55°92°
CMYK 0.240.550.00   0.08
XYZ38.509525.771281.5419
Yxy25.77120.26410.1767
Hunter Lab50.765346.5669-59.6989
CIE-Lab57.819251.7950-54.3482

#b26aeb color RGB value is (178,106,235).

#b26aeb hex color red value is 178, green value is 106 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #b26aeb hue: 0.76 , saturation: 0.76 and the lightness value of b26aeb is 0.67.

The process color (four color CMYK) of #b26aeb color hex is 0.24, 0.55, 0.00, 0.08. Web safe color of #b26aeb is #9966ff. Color #b26aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01101010 11101011
Octal 262 152 353
Decimal 178 106 235
Hex B2 6A EB

RGB Percentages of Color #b26aeb

%34.30
%20.42
%45.28

CMYK Percentages of Color #b26aeb

%24
%55
%0
%8

Triadic Colors of #b26aeb

#b26aeb #ebb26a #6aebb2

Analogous Colors of #b26aeb

#b26aeb #eb6ae4 #726aeb

Monochromatic Colors of #b26aeb

#b26aeb

Complementary Color

#b26aeb #a3eb6a

#b26aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b26aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b26aeb Color CSS Codes

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

#b26aeb Text Font Color

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

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


#b26aeb Background Color

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

This div background color is #b26aeb


#b26aeb Border Color

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

This div border color is #b26aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b26aeb


Comments

No comments written yet.

Please login to write comment.