Color Hex Logo

#b29acd Color Hex

#B29ACD
(178,154,205)
0 Favorites   0 Comments

Color spaces of #b29acd

RGB 178154205
HSL0.750.340.70
HSV268°25°80°
CMYK 0.130.250.00   0.20
XYZ40.935136.984062.7387
Yxy36.98400.29100.2629
Hunter Lab60.814513.7256-18.5959
CIE-Lab67.265018.6908-22.8659

#b29acd color RGB value is (178,154,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 10011010 11001101
Octal 262 232 315
Decimal 178 154 205
Hex B2 9A CD

RGB Percentages of Color #b29acd

%33.15
%28.68
%38.18

CMYK Percentages of Color #b29acd

%13
%25
%0
%20

Triadic Colors of #b29acd

#b29acd #cdb29a #9acdb2

Analogous Colors of #b29acd

#b29acd #cc9acd #9a9ccd

Monochromatic Colors of #b29acd

#b29acd

Complementary Color

#b29acd #b5cd9a

#b29acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b29acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b29acd Color CSS Codes

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

#b29acd Text Font Color

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

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


#b29acd Background Color

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

This div background color is #b29acd


#b29acd Border Color

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

This div border color is #b29acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b29acd


Comments

No comments written yet.

Please login to write comment.