Color Hex Logo

#b325cc Color Hex

#B325CC
(179,37,204)
0 Favorites   0 Comments

Color spaces of #b325cc

RGB 17937204
HSL0.810.690.47
HSV291°82°80°
CMYK 0.120.820.00   0.20
XYZ30.151115.266558.4843
Yxy15.26650.29020.1469
Hunter Lab39.072469.3670-61.3958
CIE-Lab45.997173.7743-55.6845

#b325cc color RGB value is (179,37,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 00100101 11001100
Octal 263 45 314
Decimal 179 37 204
Hex B3 25 CC

RGB Percentages of Color #b325cc

%42.62
%8.81
%48.57

CMYK Percentages of Color #b325cc

%12
%82
%0
%20

Triadic Colors of #b325cc

#b325cc #ccb325 #25ccb3

Analogous Colors of #b325cc

#b325cc #cc2592 #6025cc

Monochromatic Colors of #b325cc

#b325cc

Complementary Color

#b325cc #3ecc25

#b325cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b325cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b325cc Color CSS Codes

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

#b325cc Text Font Color

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

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


#b325cc Background Color

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

This div background color is #b325cc


#b325cc Border Color

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

This div border color is #b325cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b325cc


Comments

No comments written yet.

Please login to write comment.