Color Hex Logo

#b29deb Color Hex

#B29DEB
(178,157,235)
0 Favorites   0 Comments

Color spaces of #b29deb

RGB 178157235
HSL0.710.660.77
HSV256°33°92°
CMYK 0.240.330.00   0.08
XYZ45.412539.577183.8429
Yxy39.57710.26900.2344
Hunter Lab62.910318.7591-34.9807
CIE-Lab69.167323.7848-36.4752

#b29deb color RGB value is (178,157,235).

#b29deb hex color red value is 178, green value is 157 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #b29deb hue: 0.71 , saturation: 0.66 and the lightness value of b29deb is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 10011101 11101011
Octal 262 235 353
Decimal 178 157 235
Hex B2 9D EB

RGB Percentages of Color #b29deb

%31.23
%27.54
%41.23

CMYK Percentages of Color #b29deb

%24
%33
%0
%8

Triadic Colors of #b29deb

#b29deb #ebb29d #9debb2

Analogous Colors of #b29deb

#b29deb #d99deb #9dafeb

Monochromatic Colors of #b29deb

#b29deb

Complementary Color

#b29deb #d6eb9d

#b29deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b29deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b29deb Color CSS Codes

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

#b29deb Text Font Color

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

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


#b29deb Background Color

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

This div background color is #b29deb


#b29deb Border Color

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

This div border color is #b29deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b29deb


Comments

No comments written yet.

Please login to write comment.