Color Hex Logo

#b321cc Color Hex

#B321CC
(179,33,204)
0 Favorites   0 Comments

Color spaces of #b321cc

RGB 17933204
HSL0.810.720.46
HSV291°84°80°
CMYK 0.120.840.00   0.20
XYZ30.033315.031158.4451
Yxy15.03110.29020.1452
Hunter Lab38.770070.4283-62.2398
CIE-Lab45.676874.7102-56.2004

#b321cc color RGB value is (179,33,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 00100001 11001100
Octal 263 41 314
Decimal 179 33 204
Hex B3 21 CC

RGB Percentages of Color #b321cc

%43.03
%7.93
%49.04

CMYK Percentages of Color #b321cc

%12
%84
%0
%20

Triadic Colors of #b321cc

#b321cc #ccb321 #21ccb3

Analogous Colors of #b321cc

#b321cc #cc2190 #5d21cc

Monochromatic Colors of #b321cc

#b321cc

Complementary Color

#b321cc #3acc21

#b321cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b321cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b321cc Color CSS Codes

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

#b321cc Text Font Color

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

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


#b321cc Background Color

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

This div background color is #b321cc


#b321cc Border Color

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

This div border color is #b321cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b321cc


Comments

No comments written yet.

Please login to write comment.