Color Hex Logo

#b32dab Color Hex

#B32DAB
(179,45,171)
0 Favorites   0 Comments

Color spaces of #b32dab

RGB 17945171
HSL0.840.600.44
HSV304°75°70°
CMYK 0.000.750.04   0.30
XYZ26.879514.400839.8910
Yxy14.40080.33110.1774
Hunter Lab37.948460.0250-35.7612
CIE-Lab44.802366.1152-38.2778

#b32dab color RGB value is (179,45,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 00101101 10101011
Octal 263 55 253
Decimal 179 45 171
Hex B3 2D AB

RGB Percentages of Color #b32dab

%45.32
%11.39
%43.29

CMYK Percentages of Color #b32dab

%0
%75
%4
%30

Triadic Colors of #b32dab

#b32dab #abb32d #2dabb3

Analogous Colors of #b32dab

#b32dab #b32d68 #782db3

Monochromatic Colors of #b32dab

#b32dab

Complementary Color

#b32dab #2db335

#b32dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b32dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b32dab Color CSS Codes

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

#b32dab Text Font Color

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

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


#b32dab Background Color

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

This div background color is #b32dab


#b32dab Border Color

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

This div border color is #b32dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b32dab


Comments

No comments written yet.

Please login to write comment.