Color Hex Logo

#b29bdf Color Hex

#B29BDF
(178,155,223)
0 Favorites   0 Comments

Color spaces of #b29bdf

RGB 178155223
HSL0.720.520.74
HSV260°30°87°
CMYK 0.200.300.00   0.13
XYZ43.400738.235474.9047
Yxy38.23540.27720.2443
Hunter Lab61.834817.0750-28.5377
CIE-Lab68.193822.1213-31.3932

#b29bdf color RGB value is (178,155,223).

#b29bdf hex color red value is 178, green value is 155 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #b29bdf hue: 0.72 , saturation: 0.52 and the lightness value of b29bdf is 0.74.

The process color (four color CMYK) of #b29bdf color hex is 0.20, 0.30, 0.00, 0.13. Web safe color of #b29bdf is #9999cc. Color #b29bdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10011011 11011111
Octal 262 233 337
Decimal 178 155 223
Hex B2 9B DF

RGB Percentages of Color #b29bdf

%32.01
%27.88
%40.11

CMYK Percentages of Color #b29bdf

%20
%30
%0
%13

Triadic Colors of #b29bdf

#b29bdf #dfb29b #9bdfb2

Analogous Colors of #b29bdf

#b29bdf #d49bdf #9ba6df

Monochromatic Colors of #b29bdf

#b29bdf

Complementary Color

#b29bdf #c8df9b

#b29bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b29bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b29bdf Color CSS Codes

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

#b29bdf Text Font Color

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

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


#b29bdf Background Color

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

This div background color is #b29bdf


#b29bdf Border Color

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

This div border color is #b29bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b29bdf


Comments

No comments written yet.

Please login to write comment.