Color Hex Logo

#b28dac Color Hex

#B28DAC
(178,141,172)
0 Favorites   0 Comments

Color spaces of #b28dac

RGB 178141172
HSL0.860.190.63
HSV310°21°70°
CMYK 0.000.210.03   0.30
XYZ35.331431.493343.2464
Yxy31.49330.32100.2861
Hunter Lab56.118914.1722-6.4069
CIE-Lab62.921919.3294-10.9422

#b28dac color RGB value is (178,141,172).

#b28dac hex color red value is 178, green value is 141 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b28dac hue: 0.86 , saturation: 0.19 and the lightness value of b28dac is 0.63.

The process color (four color CMYK) of #b28dac color hex is 0.00, 0.21, 0.03, 0.30. Web safe color of #b28dac is #999999. Color #b28dac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10001101 10101100
Octal 262 215 254
Decimal 178 141 172
Hex B2 8D AC

RGB Percentages of Color #b28dac

%36.25
%28.72
%35.03

CMYK Percentages of Color #b28dac

%0
%21
%3
%30

Triadic Colors of #b28dac

#b28dac #acb28d #8dacb2

Analogous Colors of #b28dac

#b28dac #b28d9a #a68db2

Monochromatic Colors of #b28dac

#b28dac

Complementary Color

#b28dac #8db293

#b28dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b28dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b28dac Color CSS Codes

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

#b28dac Text Font Color

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

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


#b28dac Background Color

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

This div background color is #b28dac


#b28dac Border Color

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

This div border color is #b28dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b28dac


Comments

No comments written yet.

Please login to write comment.