Color Hex Logo

#b329ba Color Hex

#B329BA
(179,41,186)
0 Favorites   0 Comments

Color spaces of #b329ba

RGB 17941186
HSL0.830.640.45
HSV297°78°73°
CMYK 0.040.780.00   0.27
XYZ28.246314.714847.8059
Yxy14.71480.31120.1621
Hunter Lab38.359964.3087-47.0381
CIE-Lab45.241169.6952-46.4214

#b329ba color RGB value is (179,41,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 00101001 10111010
Octal 263 51 272
Decimal 179 41 186
Hex B3 29 BA

RGB Percentages of Color #b329ba

%44.09
%10.10
%45.81

CMYK Percentages of Color #b329ba

%4
%78
%0
%27

Triadic Colors of #b329ba

#b329ba #bab329 #29bab3

Analogous Colors of #b329ba

#b329ba #ba2979 #6b29ba

Monochromatic Colors of #b329ba

#b329ba

Complementary Color

#b329ba #30ba29

#b329ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b329ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b329ba Color CSS Codes

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

#b329ba Text Font Color

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

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


#b329ba Background Color

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

This div background color is #b329ba


#b329ba Border Color

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

This div border color is #b329ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b329ba


Comments

No comments written yet.

Please login to write comment.