Color Hex Logo

#b28abd Color Hex

#B28ABD
(178,138,189)
0 Favorites   0 Comments

Color spaces of #b28abd

RGB 178138189
HSL0.800.280.64
HSV287°27°74°
CMYK 0.060.270.00   0.26
XYZ36.633931.316152.2579
Yxy31.31610.30480.2605
Hunter Lab55.960818.9210-16.1943
CIE-Lab62.773624.3332-20.7723

#b28abd color RGB value is (178,138,189).

#b28abd hex color red value is 178, green value is 138 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b28abd hue: 0.80 , saturation: 0.28 and the lightness value of b28abd is 0.64.

The process color (four color CMYK) of #b28abd color hex is 0.06, 0.27, 0.00, 0.26. Web safe color of #b28abd is #9999cc. Color #b28abd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10001010 10111101
Octal 262 212 275
Decimal 178 138 189
Hex B2 8A BD

RGB Percentages of Color #b28abd

%35.25
%27.33
%37.43

CMYK Percentages of Color #b28abd

%6
%27
%0
%26

Triadic Colors of #b28abd

#b28abd #bdb28a #8abdb2

Analogous Colors of #b28abd

#b28abd #bd8aaf #998abd

Monochromatic Colors of #b28abd

#b28abd

Complementary Color

#b28abd #95bd8a

#b28abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b28abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b28abd Color CSS Codes

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

#b28abd Text Font Color

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

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


#b28abd Background Color

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

This div background color is #b28abd


#b28abd Border Color

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

This div border color is #b28abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b28abd

#b28abd Color Palettes


Comments

No comments written yet.

Please login to write comment.