Color Hex Logo

#b329aa Color Hex

#B329AA
(179,41,170)
0 Favorites   0 Comments

Color spaces of #b329aa

RGB 17941170
HSL0.840.630.43
HSV304°77°70°
CMYK 0.000.770.05   0.30
XYZ26.639014.071939.3423
Yxy14.07190.33280.1758
Hunter Lab37.512561.1124-35.9232
CIE-Lab44.335967.1441-38.4229

#b329aa color RGB value is (179,41,170).

#b329aa hex color red value is 179, green value is 41 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b329aa hue: 0.84 , saturation: 0.63 and the lightness value of b329aa is 0.43.

The process color (four color CMYK) of #b329aa color hex is 0.00, 0.77, 0.05, 0.30. Web safe color of #b329aa is #cc3399. Color #b329aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00101001 10101010
Octal 263 51 252
Decimal 179 41 170
Hex B3 29 AA

RGB Percentages of Color #b329aa

%45.90
%10.51
%43.59

CMYK Percentages of Color #b329aa

%0
%77
%5
%30

Triadic Colors of #b329aa

#b329aa #aab329 #29aab3

Analogous Colors of #b329aa

#b329aa #b32965 #7729b3

Monochromatic Colors of #b329aa

#b329aa

Complementary Color

#b329aa #29b332

#b329aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b329aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b329aa Color CSS Codes

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

#b329aa Text Font Color

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

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


#b329aa Background Color

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

This div background color is #b329aa


#b329aa Border Color

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

This div border color is #b329aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(179,41,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b329aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b329aa;
  -webkit-box-shadow: 1px 1px 3px 2px #b329aa;
  box-shadow:         1px 1px 3px 2px #b329aa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,41,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b329aa


Comments

No comments written yet.

Please login to write comment.