Color Hex Logo

#b29acc Color Hex

#B29ACC
(178,154,204)
0 Favorites   0 Comments

Color spaces of #b29acc

RGB 178154204
HSL0.750.330.70
HSV269°25°80°
CMYK 0.130.250.00   0.20
XYZ40.814836.935862.1049
Yxy36.93580.29180.2641
Hunter Lab60.774813.5200-18.0452
CIE-Lab67.228818.4765-22.3659

#b29acc color RGB value is (178,154,204).

#b29acc hex color red value is 178, green value is 154 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #b29acc hue: 0.75 , saturation: 0.33 and the lightness value of b29acc is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 10011010 11001100
Octal 262 232 314
Decimal 178 154 204
Hex B2 9A CC

RGB Percentages of Color #b29acc

%33.21
%28.73
%38.06

CMYK Percentages of Color #b29acc

%13
%25
%0
%20

Triadic Colors of #b29acc

#b29acc #ccb29a #9accb2

Analogous Colors of #b29acc

#b29acc #cb9acc #9a9bcc

Monochromatic Colors of #b29acc

#b29acc

Complementary Color

#b29acc #b4cc9a

#b29acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b29acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b29acc Color CSS Codes

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

#b29acc Text Font Color

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

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


#b29acc Background Color

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

This div background color is #b29acc


#b29acc Border Color

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

This div border color is #b29acc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,154,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 #b29acc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b29acc


Comments

No comments written yet.

Please login to write comment.