Color Hex Logo

#b327aa Color Hex

#B327AA
(179,39,170)
0 Favorites   0 Comments

Color spaces of #b327aa

RGB 17939170
HSL0.840.640.43
HSV304°78°70°
CMYK 0.000.780.05   0.30
XYZ26.571613.937039.3198
Yxy13.93700.33290.1746
Hunter Lab37.332361.7175-36.3139
CIE-Lab44.142467.7016-38.7292

#b327aa color RGB value is (179,39,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 00100111 10101010
Octal 263 47 252
Decimal 179 39 170
Hex B3 27 AA

RGB Percentages of Color #b327aa

%46.13
%10.05
%43.81

CMYK Percentages of Color #b327aa

%0
%78
%5
%30

Triadic Colors of #b327aa

#b327aa #aab327 #27aab3

Analogous Colors of #b327aa

#b327aa #b32764 #7627b3

Monochromatic Colors of #b327aa

#b327aa

Complementary Color

#b327aa #27b330

#b327aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b327aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b327aa Color CSS Codes

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

#b327aa Text Font Color

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

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


#b327aa Background Color

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

This div background color is #b327aa


#b327aa Border Color

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

This div border color is #b327aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b327aa


Comments

No comments written yet.

Please login to write comment.