Color Hex Logo

#b329ad Color Hex

#B329AD
(179,41,173)
0 Favorites   0 Comments

Color spaces of #b329ad

RGB 17941173
HSL0.840.630.43
HSV303°77°70°
CMYK 0.000.770.03   0.30
XYZ26.926214.186740.8543
Yxy14.18670.32850.1731
Hunter Lab37.665261.6923-37.9443
CIE-Lab44.499567.6105-39.9428

#b329ad color RGB value is (179,41,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 00101001 10101101
Octal 263 51 255
Decimal 179 41 173
Hex B3 29 AD

RGB Percentages of Color #b329ad

%45.55
%10.43
%44.02

CMYK Percentages of Color #b329ad

%0
%77
%3
%30

Triadic Colors of #b329ad

#b329ad #adb329 #29adb3

Analogous Colors of #b329ad

#b329ad #b32968 #7429b3

Monochromatic Colors of #b329ad

#b329ad

Complementary Color

#b329ad #29b32f

#b329ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b329ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b329ad Color CSS Codes

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

#b329ad Text Font Color

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

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


#b329ad Background Color

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

This div background color is #b329ad


#b329ad Border Color

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

This div border color is #b329ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b329ad


Comments

No comments written yet.

Please login to write comment.