Color Hex Logo

#b325bc Color Hex

#B325BC
(179,37,188)
0 Favorites   0 Comments

Color spaces of #b325bc

RGB 17937188
HSL0.820.670.44
HSV296°80°74°
CMYK 0.050.800.00   0.26
XYZ28.329114.537748.8899
Yxy14.53770.30870.1584
Hunter Lab38.128365.8997-49.3345
CIE-Lab44.994471.0842-47.9870

#b325bc color RGB value is (179,37,188).

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

The process color (four color CMYK) of #b325bc color hex is 0.05, 0.80, 0.00, 0.26. Web safe color of #b325bc is #cc33cc. Color #b325bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00100101 10111100
Octal 263 45 274
Decimal 179 37 188
Hex B3 25 BC

RGB Percentages of Color #b325bc

%44.31
%9.16
%46.53

CMYK Percentages of Color #b325bc

%5
%80
%0
%26

Triadic Colors of #b325bc

#b325bc #bcb325 #25bcb3

Analogous Colors of #b325bc

#b325bc #bc257a #6825bc

Monochromatic Colors of #b325bc

#b325bc

Complementary Color

#b325bc #2ebc25

#b325bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b325bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b325bc Color CSS Codes

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

#b325bc Text Font Color

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

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


#b325bc Background Color

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

This div background color is #b325bc


#b325bc Border Color

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

This div border color is #b325bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b325bc


Comments

No comments written yet.

Please login to write comment.