Color Hex Logo

#b327ac Color Hex

#B327AC
(179,39,172)
0 Favorites   0 Comments

Color spaces of #b327ac

RGB 17939172
HSL0.840.640.43
HSV303°78°70°
CMYK 0.000.780.04   0.30
XYZ26.762314.013340.3240
Yxy14.01330.33000.1728
Hunter Lab37.434362.1019-37.6627
CIE-Lab44.252068.0096-39.7426

#b327ac color RGB value is (179,39,172).

#b327ac hex color red value is 179, green value is 39 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b327ac hue: 0.84 , saturation: 0.64 and the lightness value of b327ac is 0.43.

The process color (four color CMYK) of #b327ac color hex is 0.00, 0.78, 0.04, 0.30. Web safe color of #b327ac is #cc3399. Color #b327ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00100111 10101100
Octal 263 47 254
Decimal 179 39 172
Hex B3 27 AC

RGB Percentages of Color #b327ac

%45.90
%10.00
%44.10

CMYK Percentages of Color #b327ac

%0
%78
%4
%30

Triadic Colors of #b327ac

#b327ac #acb327 #27acb3

Analogous Colors of #b327ac

#b327ac #b32766 #7427b3

Monochromatic Colors of #b327ac

#b327ac

Complementary Color

#b327ac #27b32e

#b327ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b327ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b327ac Color CSS Codes

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

#b327ac Text Font Color

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

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


#b327ac Background Color

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

This div background color is #b327ac


#b327ac Border Color

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

This div border color is #b327ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b327ac


Comments

No comments written yet.

Please login to write comment.