Color Hex Logo

#b29bdd Color Hex

#B29BDD
(178,155,221)
0 Favorites   0 Comments

Color spaces of #b29bdd

RGB 178155221
HSL0.720.490.74
HSV261°30°87°
CMYK 0.190.300.00   0.13
XYZ43.132638.128173.4927
Yxy38.12810.27870.2464
Hunter Lab61.748016.6281-27.3437
CIE-Lab68.114921.6667-30.4127

#b29bdd color RGB value is (178,155,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 10011011 11011101
Octal 262 233 335
Decimal 178 155 221
Hex B2 9B DD

RGB Percentages of Color #b29bdd

%32.13
%27.98
%39.89

CMYK Percentages of Color #b29bdd

%19
%30
%0
%13

Triadic Colors of #b29bdd

#b29bdd #ddb29b #9bddb2

Analogous Colors of #b29bdd

#b29bdd #d39bdd #9ba5dd

Monochromatic Colors of #b29bdd

#b29bdd

Complementary Color

#b29bdd #c6dd9b

#b29bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b29bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b29bdd Color CSS Codes

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

#b29bdd Text Font Color

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

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


#b29bdd Background Color

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

This div background color is #b29bdd


#b29bdd Border Color

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

This div border color is #b29bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b29bdd


Comments

No comments written yet.

Please login to write comment.