Color Hex Logo

#b321ab Color Hex

#B321AB
(179,33,171)
0 Favorites   0 Comments

Color spaces of #b321ab

RGB 17933171
HSL0.840.690.42
HSV303°82°70°
CMYK 0.000.820.04   0.30
XYZ26.484913.611739.7595
Yxy13.61170.33170.1705
Hunter Lab36.894063.5742-38.0691
CIE-Lab43.670869.3784-40.0713

#b321ab color RGB value is (179,33,171).

#b321ab hex color red value is 179, green value is 33 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #b321ab hue: 0.84 , saturation: 0.69 and the lightness value of b321ab is 0.42.

The process color (four color CMYK) of #b321ab color hex is 0.00, 0.82, 0.04, 0.30. Web safe color of #b321ab is #cc3399. Color #b321ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00100001 10101011
Octal 263 41 253
Decimal 179 33 171
Hex B3 21 AB

RGB Percentages of Color #b321ab

%46.74
%8.62
%44.65

CMYK Percentages of Color #b321ab

%0
%82
%4
%30

Triadic Colors of #b321ab

#b321ab #abb321 #21abb3

Analogous Colors of #b321ab

#b321ab #b32162 #7221b3

Monochromatic Colors of #b321ab

#b321ab

Complementary Color

#b321ab #21b329

#b321ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b321ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b321ab Color CSS Codes

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

#b321ab Text Font Color

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

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


#b321ab Background Color

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

This div background color is #b321ab


#b321ab Border Color

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

This div border color is #b321ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b321ab


Comments

No comments written yet.

Please login to write comment.