Color Hex Logo

#b33fab Color Hex

#B33FAB
(179,63,171)
0 Favorites   0 Comments

Color spaces of #b33fab

RGB 17963171
HSL0.840.480.47
HSV304°65°70°
CMYK 0.000.650.04   0.30
XYZ27.718616.079040.1707
Yxy16.07900.33010.1915
Hunter Lab40.098653.2174-31.3275
CIE-Lab47.078059.6866-34.6880

#b33fab color RGB value is (179,63,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 00111111 10101011
Octal 263 77 253
Decimal 179 63 171
Hex B3 3F AB

RGB Percentages of Color #b33fab

%43.34
%15.25
%41.40

CMYK Percentages of Color #b33fab

%0
%65
%4
%30

Triadic Colors of #b33fab

#b33fab #abb33f #3fabb3

Analogous Colors of #b33fab

#b33fab #b33f71 #813fb3

Monochromatic Colors of #b33fab

#b33fab

Complementary Color

#b33fab #3fb347

#b33fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b33fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b33fab Color CSS Codes

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

#b33fab Text Font Color

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

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


#b33fab Background Color

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

This div background color is #b33fab


#b33fab Border Color

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

This div border color is #b33fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b33fab


Comments

No comments written yet.

Please login to write comment.