Color Hex Logo

#b329dd Color Hex

#B329DD
(179,41,221)
0 Favorites   0 Comments

Color spaces of #b329dd

RGB 17941221
HSL0.790.730.51
HSV286°81°87°
CMYK 0.190.810.00   0.13
XYZ32.434516.390069.8607
Yxy16.39000.27330.1381
Hunter Lab40.484672.1586-73.9724
CIE-Lab47.482175.7732-63.0476

#b329dd color RGB value is (179,41,221).

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

The process color (four color CMYK) of #b329dd color hex is 0.19, 0.81, 0.00, 0.13. Web safe color of #b329dd is #cc33cc. Color #b329dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00101001 11011101
Octal 263 51 335
Decimal 179 41 221
Hex B3 29 DD

RGB Percentages of Color #b329dd

%40.59
%9.30
%50.11

CMYK Percentages of Color #b329dd

%19
%81
%0
%13

Triadic Colors of #b329dd

#b329dd #ddb329 #29ddb3

Analogous Colors of #b329dd

#b329dd #dd29ad #5929dd

Monochromatic Colors of #b329dd

#b329dd

Complementary Color

#b329dd #53dd29

#b329dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b329dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b329dd Color CSS Codes

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

#b329dd Text Font Color

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

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


#b329dd Background Color

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

This div background color is #b329dd


#b329dd Border Color

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

This div border color is #b329dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b329dd


Comments

No comments written yet.

Please login to write comment.