Color Hex Logo

#b32faf Color Hex

#B32FAF
(179,47,175)
0 Favorites   0 Comments

Color spaces of #b32faf

RGB 17947175
HSL0.840.580.44
HSV302°74°70°
CMYK 0.000.740.02   0.30
XYZ27.344814.711941.9559
Yxy14.71190.32550.1751
Hunter Lab38.356160.1329-38.0052
CIE-Lab45.237066.1244-39.9562

#b32faf color RGB value is (179,47,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 00101111 10101111
Octal 263 57 257
Decimal 179 47 175
Hex B3 2F AF

RGB Percentages of Color #b32faf

%44.64
%11.72
%43.64

CMYK Percentages of Color #b32faf

%0
%74
%2
%30

Triadic Colors of #b32faf

#b32faf #afb32f #2fafb3

Analogous Colors of #b32faf

#b32faf #b32f6d #752fb3

Monochromatic Colors of #b32faf

#b32faf

Complementary Color

#b32faf #2fb333

#b32faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b32faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b32faf Color CSS Codes

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

#b32faf Text Font Color

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

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


#b32faf Background Color

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

This div background color is #b32faf


#b32faf Border Color

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

This div border color is #b32faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b32faf


Comments

No comments written yet.

Please login to write comment.