Color Hex Logo

#b32fcc Color Hex

#B32FCC
(179,47,204)
0 Favorites   0 Comments

Color spaces of #b32fcc

RGB 17947204
HSL0.810.630.49
HSV290°77°80°
CMYK 0.120.770.00   0.20
XYZ30.506015.976458.6026
Yxy15.97640.29030.1520
Hunter Lab39.970566.2852-58.9485
CIE-Lab46.943571.0275-54.1622

#b32fcc color RGB value is (179,47,204).

#b32fcc hex color red value is 179, green value is 47 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #b32fcc hue: 0.81 , saturation: 0.63 and the lightness value of b32fcc is 0.49.

The process color (four color CMYK) of #b32fcc color hex is 0.12, 0.77, 0.00, 0.20. Web safe color of #b32fcc is #cc33cc. Color #b32fcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00101111 11001100
Octal 263 57 314
Decimal 179 47 204
Hex B3 2F CC

RGB Percentages of Color #b32fcc

%41.63
%10.93
%47.44

CMYK Percentages of Color #b32fcc

%12
%77
%0
%20

Triadic Colors of #b32fcc

#b32fcc #ccb32f #2fccb3

Analogous Colors of #b32fcc

#b32fcc #cc2f97 #652fcc

Monochromatic Colors of #b32fcc

#b32fcc

Complementary Color

#b32fcc #48cc2f

#b32fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b32fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b32fcc Color CSS Codes

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

#b32fcc Text Font Color

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

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


#b32fcc Background Color

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

This div background color is #b32fcc


#b32fcc Border Color

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

This div border color is #b32fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b32fcc


Comments

No comments written yet.

Please login to write comment.