Color Hex Logo

#b329af Color Hex

#B329AF
(179,41,175)
0 Favorites   0 Comments

Color spaces of #b329af

RGB 17941175
HSL0.840.630.43
HSV302°77°70°
CMYK 0.000.770.02   0.30
XYZ27.121214.264741.8814
Yxy14.26470.32570.1713
Hunter Lab37.768662.0836-39.3083
CIE-Lab44.610267.9242-40.9508

#b329af color RGB value is (179,41,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 00101001 10101111
Octal 263 51 257
Decimal 179 41 175
Hex B3 29 AF

RGB Percentages of Color #b329af

%45.32
%10.38
%44.30

CMYK Percentages of Color #b329af

%0
%77
%2
%30

Triadic Colors of #b329af

#b329af #afb329 #29afb3

Analogous Colors of #b329af

#b329af #b3296a #7229b3

Monochromatic Colors of #b329af

#b329af

Complementary Color

#b329af #29b32d

#b329af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b329af Color Preview on White Background

Lorem ipsum dolor sit amet.

#b329af Color CSS Codes

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

#b329af Text Font Color

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

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


#b329af Background Color

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

This div background color is #b329af


#b329af Border Color

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

This div border color is #b329af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b329af


Comments

No comments written yet.

Please login to write comment.