Color Hex Logo

#b325bf Color Hex

#B325BF
(179,37,191)
0 Favorites   0 Comments

Color spaces of #b325bf

RGB 17937191
HSL0.820.680.45
HSV295°81°75°
CMYK 0.060.810.00   0.25
XYZ28.655914.668450.6112
Yxy14.66840.30510.1562
Hunter Lab38.299366.5314-51.5400
CIE-Lab45.176671.5780-49.4495

#b325bf color RGB value is (179,37,191).

#b325bf hex color red value is 179, green value is 37 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #b325bf hue: 0.82 , saturation: 0.68 and the lightness value of b325bf is 0.45.

The process color (four color CMYK) of #b325bf color hex is 0.06, 0.81, 0.00, 0.25. Web safe color of #b325bf is #cc33cc. Color #b325bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00100101 10111111
Octal 263 45 277
Decimal 179 37 191
Hex B3 25 BF

RGB Percentages of Color #b325bf

%43.98
%9.09
%46.93

CMYK Percentages of Color #b325bf

%6
%81
%0
%25

Triadic Colors of #b325bf

#b325bf #bfb325 #25bfb3

Analogous Colors of #b325bf

#b325bf #bf257e #6625bf

Monochromatic Colors of #b325bf

#b325bf

Complementary Color

#b325bf #31bf25

#b325bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b325bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b325bf Color CSS Codes

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

#b325bf Text Font Color

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

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


#b325bf Background Color

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

This div background color is #b325bf


#b325bf Border Color

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

This div border color is #b325bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b325bf


Comments

No comments written yet.

Please login to write comment.