Color Hex Logo

#b29aeb Color Hex

#B29AEB
(178,154,235)
0 Favorites   0 Comments

Color spaces of #b29aeb

RGB 178154235
HSL0.720.670.76
HSV258°34°92°
CMYK 0.240.340.00   0.08
XYZ44.911138.574383.6758
Yxy38.57430.26870.2308
Hunter Lab62.108220.3859-36.4032
CIE-Lab68.441825.4679-37.6042

#b29aeb color RGB value is (178,154,235).

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

The process color (four color CMYK) of #b29aeb color hex is 0.24, 0.34, 0.00, 0.08. Web safe color of #b29aeb is #9999ff. Color #b29aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10011010 11101011
Octal 262 232 353
Decimal 178 154 235
Hex B2 9A EB

RGB Percentages of Color #b29aeb

%31.39
%27.16
%41.45

CMYK Percentages of Color #b29aeb

%24
%34
%0
%8

Triadic Colors of #b29aeb

#b29aeb #ebb29a #9aebb2

Analogous Colors of #b29aeb

#b29aeb #db9aeb #9aabeb

Monochromatic Colors of #b29aeb

#b29aeb

Complementary Color

#b29aeb #d3eb9a

#b29aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b29aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b29aeb Color CSS Codes

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

#b29aeb Text Font Color

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

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


#b29aeb Background Color

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

This div background color is #b29aeb


#b29aeb Border Color

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

This div border color is #b29aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b29aeb


Comments

No comments written yet.

Please login to write comment.