Color Hex Logo

#b032ab Color Hex

#B032AB
(176,50,171)
0 Favorites   0 Comments

Color spaces of #b032ab

RGB 17650171
HSL0.840.560.44
HSV302°72°69°
CMYK 0.000.720.03   0.31
XYZ26.395814.451639.9263
Yxy14.45160.32680.1789
Hunter Lab38.015357.4143-35.6598
CIE-Lab44.873763.8269-38.1969

#b032ab color RGB value is (176,50,171).

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

The process color (four color CMYK) of #b032ab color hex is 0.00, 0.72, 0.03, 0.31. Web safe color of #b032ab is #993399. Color #b032ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00110010 10101011
Octal 260 62 253
Decimal 176 50 171
Hex B0 32 AB

RGB Percentages of Color #b032ab

%44.33
%12.59
%43.07

CMYK Percentages of Color #b032ab

%0
%72
%3
%31

Triadic Colors of #b032ab

#b032ab #abb032 #32abb0

Analogous Colors of #b032ab

#b032ab #b0326c #7632b0

Monochromatic Colors of #b032ab

#b032ab

Complementary Color

#b032ab #32b037

#b032ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b032ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b032ab Color CSS Codes

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

#b032ab Text Font Color

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

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


#b032ab Background Color

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

This div background color is #b032ab


#b032ab Border Color

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

This div border color is #b032ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b032ab


Comments

No comments written yet.

Please login to write comment.