Color Hex Logo

#b32ccc Color Hex

#B32CCC
(179,44,204)
0 Favorites   0 Comments

Color spaces of #b32ccc

RGB 17944204
HSL0.810.650.49
HSV291°78°80°
CMYK 0.120.780.00   0.20
XYZ30.390215.744758.5640
Yxy15.74470.29030.1504
Hunter Lab39.679667.2721-59.7317
CIE-Lab46.637771.9118-54.6537

#b32ccc color RGB value is (179,44,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 00101100 11001100
Octal 263 54 314
Decimal 179 44 204
Hex B3 2C CC

RGB Percentages of Color #b32ccc

%41.92
%10.30
%47.78

CMYK Percentages of Color #b32ccc

%12
%78
%0
%20

Triadic Colors of #b32ccc

#b32ccc #ccb32c #2cccb3

Analogous Colors of #b32ccc

#b32ccc #cc2c95 #632ccc

Monochromatic Colors of #b32ccc

#b32ccc

Complementary Color

#b32ccc #45cc2c

#b32ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b32ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b32ccc Color CSS Codes

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

#b32ccc Text Font Color

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

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


#b32ccc Background Color

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

This div background color is #b32ccc


#b32ccc Border Color

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

This div border color is #b32ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b32ccc


Comments

No comments written yet.

Please login to write comment.