Color Hex Logo

#b29bd7 Color Hex

#B29BD7
(178,155,215)
0 Favorites   0 Comments

Color spaces of #b29bd7

RGB 178155215
HSL0.730.430.73
HSV263°28°84°
CMYK 0.170.280.00   0.16
XYZ42.347237.814069.3569
Yxy37.81400.28320.2529
Hunter Lab61.493115.3111-23.8269
CIE-Lab67.883320.3186-27.4574

#b29bd7 color RGB value is (178,155,215).

#b29bd7 hex color red value is 178, green value is 155 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #b29bd7 hue: 0.73 , saturation: 0.43 and the lightness value of b29bd7 is 0.73.

The process color (four color CMYK) of #b29bd7 color hex is 0.17, 0.28, 0.00, 0.16. Web safe color of #b29bd7 is #9999cc. Color #b29bd7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10011011 11010111
Octal 262 233 327
Decimal 178 155 215
Hex B2 9B D7

RGB Percentages of Color #b29bd7

%32.48
%28.28
%39.23

CMYK Percentages of Color #b29bd7

%17
%28
%0
%16

Triadic Colors of #b29bd7

#b29bd7 #d7b29b #9bd7b2

Analogous Colors of #b29bd7

#b29bd7 #d09bd7 #9ba2d7

Monochromatic Colors of #b29bd7

#b29bd7

Complementary Color

#b29bd7 #c0d79b

#b29bd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b29bd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b29bd7 Color CSS Codes

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

#b29bd7 Text Font Color

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

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


#b29bd7 Background Color

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

This div background color is #b29bd7


#b29bd7 Border Color

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

This div border color is #b29bd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b29bd7


Comments

No comments written yet.

Please login to write comment.