Color Hex Logo

#b324cc Color Hex

#B324CC
(179,36,204)
0 Favorites   0 Comments

Color spaces of #b324cc

RGB 17936204
HSL0.810.700.47
HSV291°82°80°
CMYK 0.120.820.00   0.20
XYZ30.120415.205158.4741
Yxy15.20510.29020.1465
Hunter Lab38.993769.6420-61.6143
CIE-Lab45.913874.0173-55.8185

#b324cc color RGB value is (179,36,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 00100100 11001100
Octal 263 44 314
Decimal 179 36 204
Hex B3 24 CC

RGB Percentages of Color #b324cc

%42.72
%8.59
%48.69

CMYK Percentages of Color #b324cc

%12
%82
%0
%20

Triadic Colors of #b324cc

#b324cc #ccb324 #24ccb3

Analogous Colors of #b324cc

#b324cc #cc2491 #5f24cc

Monochromatic Colors of #b324cc

#b324cc

Complementary Color

#b324cc #3dcc24

#b324cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b324cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b324cc Color CSS Codes

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

#b324cc Text Font Color

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

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


#b324cc Background Color

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

This div background color is #b324cc


#b324cc Border Color

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

This div border color is #b324cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b324cc


Comments

No comments written yet.

Please login to write comment.