Color Hex Logo

#b29dbc Color Hex

#B29DBC
(178,157,188)
0 Favorites   0 Comments

Color spaces of #b29dbc

RGB 178157188
HSL0.780.190.68
HSV281°16°74°
CMYK 0.050.160.00   0.26
XYZ39.494237.209852.6776
Yxy37.20980.30530.2876
Hunter Lab60.99988.8197-8.5012
CIE-Lab67.434113.4785-13.1549

#b29dbc color RGB value is (178,157,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 10011101 10111100
Octal 262 235 274
Decimal 178 157 188
Hex B2 9D BC

RGB Percentages of Color #b29dbc

%34.03
%30.02
%35.95

CMYK Percentages of Color #b29dbc

%5
%16
%0
%26

Triadic Colors of #b29dbc

#b29dbc #bcb29d #9dbcb2

Analogous Colors of #b29dbc

#b29dbc #bc9db7 #a39dbc

Monochromatic Colors of #b29dbc

#b29dbc

Complementary Color

#b29dbc #a7bc9d

#b29dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b29dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b29dbc Color CSS Codes

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

#b29dbc Text Font Color

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

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


#b29dbc Background Color

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

This div background color is #b29dbc


#b29dbc Border Color

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

This div border color is #b29dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b29dbc


Comments

No comments written yet.

Please login to write comment.