Color Hex Logo

#b28abf Color Hex

#B28ABF
(178,138,191)
0 Favorites   0 Comments

Color spaces of #b28abf

RGB 178138191
HSL0.790.290.65
HSV285°28°75°
CMYK 0.070.280.00   0.25
XYZ36.852531.403553.4094
Yxy31.40350.30290.2581
Hunter Lab56.038819.3180-17.2808
CIE-Lab62.846824.7400-21.7878

#b28abf color RGB value is (178,138,191).

#b28abf hex color red value is 178, green value is 138 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #b28abf hue: 0.79 , saturation: 0.29 and the lightness value of b28abf is 0.65.

The process color (four color CMYK) of #b28abf color hex is 0.07, 0.28, 0.00, 0.25. Web safe color of #b28abf is #9999cc. Color #b28abf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10001010 10111111
Octal 262 212 277
Decimal 178 138 191
Hex B2 8A BF

RGB Percentages of Color #b28abf

%35.11
%27.22
%37.67

CMYK Percentages of Color #b28abf

%7
%28
%0
%25

Triadic Colors of #b28abf

#b28abf #bfb28a #8abfb2

Analogous Colors of #b28abf

#b28abf #bf8ab2 #988abf

Monochromatic Colors of #b28abf

#b28abf

Complementary Color

#b28abf #97bf8a

#b28abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b28abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b28abf Color CSS Codes

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

#b28abf Text Font Color

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

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


#b28abf Background Color

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

This div background color is #b28abf


#b28abf Border Color

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

This div border color is #b28abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b28abf


Comments

No comments written yet.

Please login to write comment.