Color Hex Logo

#b28acc Color Hex

#B28ACC
(178,138,204)
0 Favorites   0 Comments

Color spaces of #b28acc

RGB 178138204
HSL0.770.390.67
HSV276°32°80°
CMYK 0.130.320.00   0.20
XYZ38.347732.001661.2825
Yxy32.00160.29130.2431
Hunter Lab56.570022.0043-24.6302
CIE-Lab63.344227.4616-28.3282

#b28acc color RGB value is (178,138,204).

#b28acc hex color red value is 178, green value is 138 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #b28acc hue: 0.77 , saturation: 0.39 and the lightness value of b28acc is 0.67.

The process color (four color CMYK) of #b28acc color hex is 0.13, 0.32, 0.00, 0.20. Web safe color of #b28acc is #9999cc. Color #b28acc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10001010 11001100
Octal 262 212 314
Decimal 178 138 204
Hex B2 8A CC

RGB Percentages of Color #b28acc

%34.23
%26.54
%39.23

CMYK Percentages of Color #b28acc

%13
%32
%0
%20

Triadic Colors of #b28acc

#b28acc #ccb28a #8accb2

Analogous Colors of #b28acc

#b28acc #cc8ac5 #918acc

Monochromatic Colors of #b28acc

#b28acc

Complementary Color

#b28acc #a4cc8a

#b28acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b28acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b28acc Color CSS Codes

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

#b28acc Text Font Color

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

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


#b28acc Background Color

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

This div background color is #b28acc


#b28acc Border Color

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

This div border color is #b28acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b28acc


Comments

No comments written yet.

Please login to write comment.