Color Hex Logo

#b332ab Color Hex

#B332AB
(179,50,171)
0 Favorites   0 Comments

Color spaces of #b332ab

RGB 17950171
HSL0.840.560.45
HSV304°72°70°
CMYK 0.000.720.04   0.30
XYZ27.081714.805239.9584
Yxy14.80520.33090.1809
Hunter Lab38.477558.2983-34.6376
CIE-Lab45.366264.5055-37.3862

#b332ab color RGB value is (179,50,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 00110010 10101011
Octal 263 62 253
Decimal 179 50 171
Hex B3 32 AB

RGB Percentages of Color #b332ab

%44.75
%12.50
%42.75

CMYK Percentages of Color #b332ab

%0
%72
%4
%30

Triadic Colors of #b332ab

#b332ab #abb332 #32abb3

Analogous Colors of #b332ab

#b332ab #b3326b #7b32b3

Monochromatic Colors of #b332ab

#b332ab

Complementary Color

#b332ab #32b33a

#b332ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b332ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b332ab Color CSS Codes

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

#b332ab Text Font Color

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

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


#b332ab Background Color

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

This div background color is #b332ab


#b332ab Border Color

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

This div border color is #b332ab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,50,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 #b332ab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b332ab


Comments

No comments written yet.

Please login to write comment.