Color Hex Logo

#b221cc Color Hex

#B221CC
(178,33,204)
0 Favorites   0 Comments

Color spaces of #b221cc

RGB 17833204
HSL0.810.720.46
HSV291°84°80°
CMYK 0.130.840.00   0.20
XYZ29.803014.912358.4343
Yxy14.91230.28890.1446
Hunter Lab38.616470.1821-62.6859
CIE-Lab45.513874.5398-56.4713

#b221cc color RGB value is (178,33,204).

#b221cc hex color red value is 178, green value is 33 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #b221cc hue: 0.81 , saturation: 0.72 and the lightness value of b221cc is 0.46.

The process color (four color CMYK) of #b221cc color hex is 0.13, 0.84, 0.00, 0.20. Web safe color of #b221cc is #9933cc. Color #b221cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00100001 11001100
Octal 262 41 314
Decimal 178 33 204
Hex B2 21 CC

RGB Percentages of Color #b221cc

%42.89
%7.95
%49.16

CMYK Percentages of Color #b221cc

%13
%84
%0
%20

Triadic Colors of #b221cc

#b221cc #ccb221 #21ccb2

Analogous Colors of #b221cc

#b221cc #cc2191 #5c21cc

Monochromatic Colors of #b221cc

#b221cc

Complementary Color

#b221cc #3bcc21

#b221cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b221cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b221cc Color CSS Codes

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

#b221cc Text Font Color

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

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


#b221cc Background Color

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

This div background color is #b221cc


#b221cc Border Color

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

This div border color is #b221cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b221cc


Comments

No comments written yet.

Please login to write comment.