Color Hex Logo

#b32faa Color Hex

#B32FAA
(179,47,170)
0 Favorites   0 Comments

Color spaces of #b32faa

RGB 17947170
HSL0.840.580.44
HSV304°74°70°
CMYK 0.000.740.05   0.30
XYZ26.862614.519039.4168
Yxy14.51900.33250.1797
Hunter Lab38.103859.1581-34.6604
CIE-Lab44.968265.3313-37.4225

#b32faa color RGB value is (179,47,170).

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

The process color (four color CMYK) of #b32faa color hex is 0.00, 0.74, 0.05, 0.30. Web safe color of #b32faa is #cc3399. Color #b32faa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00101111 10101010
Octal 263 57 252
Decimal 179 47 170
Hex B3 2F AA

RGB Percentages of Color #b32faa

%45.20
%11.87
%42.93

CMYK Percentages of Color #b32faa

%0
%74
%5
%30

Triadic Colors of #b32faa

#b32faa #aab32f #2faab3

Analogous Colors of #b32faa

#b32faa #b32f68 #7a2fb3

Monochromatic Colors of #b32faa

#b32faa

Complementary Color

#b32faa #2fb338

#b32faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b32faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b32faa Color CSS Codes

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

#b32faa Text Font Color

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

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


#b32faa Background Color

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

This div background color is #b32faa


#b32faa Border Color

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

This div border color is #b32faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b32faa


Comments

No comments written yet.

Please login to write comment.