Color Hex Logo

#b325fc Color Hex

#B325FC
(179,37,252)
0 Favorites   0 Comments

Color spaces of #b325fc

RGB 17937252
HSL0.780.970.57
HSV280°85°99°
CMYK 0.290.850.00   0.01
XYZ36.822717.935193.6165
Yxy17.93510.24820.1209
Hunter Lab42.349981.0914-101.4187
CIE-Lab49.417382.5274-77.3898

#b325fc color RGB value is (179,37,252).

#b325fc hex color red value is 179, green value is 37 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #b325fc hue: 0.78 , saturation: 0.97 and the lightness value of b325fc is 0.57.

The process color (four color CMYK) of #b325fc color hex is 0.29, 0.85, 0.00, 0.01. Web safe color of #b325fc is #cc33ff. Color #b325fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00100101 11111100
Octal 263 45 374
Decimal 179 37 252
Hex B3 25 FC

RGB Percentages of Color #b325fc

%38.25
%7.91
%53.85

CMYK Percentages of Color #b325fc

%29
%85
%0
%1

Triadic Colors of #b325fc

#b325fc #fcb325 #25fcb3

Analogous Colors of #b325fc

#b325fc #fc25da #4825fc

Monochromatic Colors of #b325fc

#b325fc

Complementary Color

#b325fc #6efc25

#b325fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b325fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b325fc Color CSS Codes

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

#b325fc Text Font Color

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

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


#b325fc Background Color

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

This div background color is #b325fc


#b325fc Border Color

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

This div border color is #b325fc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,37,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b325fc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b325fc


Comments

No comments written yet.

Please login to write comment.