Color Hex Logo

#b329bb Color Hex

#B329BB
(179,41,187)
0 Favorites   0 Comments

Color spaces of #b329bb

RGB 17941187
HSL0.820.640.45
HSV297°78°73°
CMYK 0.040.780.00   0.27
XYZ28.353014.757448.3678
Yxy14.75740.30990.1613
Hunter Lab38.415464.5176-47.7598
CIE-Lab45.300169.8603-46.9128

#b329bb color RGB value is (179,41,187).

#b329bb hex color red value is 179, green value is 41 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #b329bb hue: 0.82 , saturation: 0.64 and the lightness value of b329bb is 0.45.

The process color (four color CMYK) of #b329bb color hex is 0.04, 0.78, 0.00, 0.27. Web safe color of #b329bb is #cc33cc. Color #b329bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00101001 10111011
Octal 263 51 273
Decimal 179 41 187
Hex B3 29 BB

RGB Percentages of Color #b329bb

%43.98
%10.07
%45.95

CMYK Percentages of Color #b329bb

%4
%78
%0
%27

Triadic Colors of #b329bb

#b329bb #bbb329 #29bbb3

Analogous Colors of #b329bb

#b329bb #bb297a #6a29bb

Monochromatic Colors of #b329bb

#b329bb

Complementary Color

#b329bb #31bb29

#b329bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b329bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b329bb Color CSS Codes

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

#b329bb Text Font Color

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

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


#b329bb Background Color

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

This div background color is #b329bb


#b329bb Border Color

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

This div border color is #b329bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b329bb


Comments

No comments written yet.

Please login to write comment.