Color Hex Logo

#b29ade Color Hex

#B29ADE
(178,154,222)
0 Favorites   0 Comments

Color spaces of #b29ade

RGB 178154222
HSL0.730.510.74
HSV261°31°87°
CMYK 0.200.310.00   0.13
XYZ43.100537.850174.1414
Yxy37.85010.27790.2440
Hunter Lab61.522417.3867-28.3854
CIE-Lab67.910022.4547-31.2807

#b29ade color RGB value is (178,154,222).

#b29ade hex color red value is 178, green value is 154 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #b29ade hue: 0.73 , saturation: 0.51 and the lightness value of b29ade is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 10011010 11011110
Octal 262 232 336
Decimal 178 154 222
Hex B2 9A DE

RGB Percentages of Color #b29ade

%32.13
%27.80
%40.07

CMYK Percentages of Color #b29ade

%20
%31
%0
%13

Triadic Colors of #b29ade

#b29ade #deb29a #9adeb2

Analogous Colors of #b29ade

#b29ade #d49ade #9aa4de

Monochromatic Colors of #b29ade

#b29ade

Complementary Color

#b29ade #c6de9a

#b29ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b29ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#b29ade Color CSS Codes

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

#b29ade Text Font Color

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

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


#b29ade Background Color

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

This div background color is #b29ade


#b29ade Border Color

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

This div border color is #b29ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b29ade


Comments

No comments written yet.

Please login to write comment.