Color Hex Logo

#b329db Color Hex

#B329DB
(179,41,219)
0 Favorites   0 Comments

Color spaces of #b329db

RGB 17941219
HSL0.800.710.51
HSV287°81°86°
CMYK 0.180.810.00   0.14
XYZ32.169516.284168.4654
Yxy16.28410.27510.1393
Hunter Lab40.353671.6799-72.3462
CIE-Lab47.345075.4096-62.1277

#b329db color RGB value is (179,41,219).

#b329db hex color red value is 179, green value is 41 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b329db hue: 0.80 , saturation: 0.71 and the lightness value of b329db is 0.51.

The process color (four color CMYK) of #b329db color hex is 0.18, 0.81, 0.00, 0.14. Web safe color of #b329db is #cc33cc. Color #b329db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00101001 11011011
Octal 263 51 333
Decimal 179 41 219
Hex B3 29 DB

RGB Percentages of Color #b329db

%40.77
%9.34
%49.89

CMYK Percentages of Color #b329db

%18
%81
%0
%14

Triadic Colors of #b329db

#b329db #dbb329 #29dbb3

Analogous Colors of #b329db

#b329db #db29aa #5a29db

Monochromatic Colors of #b329db

#b329db

Complementary Color

#b329db #51db29

#b329db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b329db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b329db Color CSS Codes

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

#b329db Text Font Color

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

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


#b329db Background Color

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

This div background color is #b329db


#b329db Border Color

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

This div border color is #b329db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b329db


Comments

No comments written yet.

Please login to write comment.