Color Hex Logo

#b29ebd Color Hex

#B29EBD
(178,158,189)
0 Favorites   0 Comments

Color spaces of #b29ebd

RGB 178158189
HSL0.770.190.68
HSV279°16°74°
CMYK 0.060.160.00   0.26
XYZ39.772337.592853.3040
Yxy37.59280.30440.2877
Hunter Lab61.31308.4911-8.6262
CIE-Lab67.719413.1225-13.2829

#b29ebd color RGB value is (178,158,189).

#b29ebd hex color red value is 178, green value is 158 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b29ebd hue: 0.77 , saturation: 0.19 and the lightness value of b29ebd is 0.68.

The process color (four color CMYK) of #b29ebd color hex is 0.06, 0.16, 0.00, 0.26. Web safe color of #b29ebd is #9999cc. Color #b29ebd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10011110 10111101
Octal 262 236 275
Decimal 178 158 189
Hex B2 9E BD

RGB Percentages of Color #b29ebd

%33.90
%30.10
%36.00

CMYK Percentages of Color #b29ebd

%6
%16
%0
%26

Triadic Colors of #b29ebd

#b29ebd #bdb29e #9ebdb2

Analogous Colors of #b29ebd

#b29ebd #bd9eb9 #a39ebd

Monochromatic Colors of #b29ebd

#b29ebd

Complementary Color

#b29ebd #a9bd9e

#b29ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b29ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b29ebd Color CSS Codes

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

#b29ebd Text Font Color

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

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


#b29ebd Background Color

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

This div background color is #b29ebd


#b29ebd Border Color

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

This div border color is #b29ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b29ebd


Comments

No comments written yet.

Please login to write comment.