Color Hex Logo

#b325ce Color Hex

#B325CE
(179,37,206)
0 Favorites   0 Comments

Color spaces of #b325ce

RGB 17937206
HSL0.810.700.48
HSV290°82°81°
CMYK 0.130.820.00   0.19
XYZ30.392615.363159.7560
Yxy15.36310.28800.1456
Hunter Lab39.195869.8171-62.9536
CIE-Lab46.127674.1199-56.6294

#b325ce color RGB value is (179,37,206).

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

The process color (four color CMYK) of #b325ce color hex is 0.13, 0.82, 0.00, 0.19. Web safe color of #b325ce is #cc33cc. Color #b325ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00100101 11001110
Octal 263 45 316
Decimal 179 37 206
Hex B3 25 CE

RGB Percentages of Color #b325ce

%42.42
%8.77
%48.82

CMYK Percentages of Color #b325ce

%13
%82
%0
%19

Triadic Colors of #b325ce

#b325ce #ceb325 #25ceb3

Analogous Colors of #b325ce

#b325ce #ce2595 #5e25ce

Monochromatic Colors of #b325ce

#b325ce

Complementary Color

#b325ce #40ce25

#b325ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b325ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b325ce Color CSS Codes

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

#b325ce Text Font Color

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

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


#b325ce Background Color

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

This div background color is #b325ce


#b325ce Border Color

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

This div border color is #b325ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b325ce


Comments

No comments written yet.

Please login to write comment.