Color Hex Logo

#b309aa Color Hex

#B309AA
(179,9,170)
0 Favorites   0 Comments

Color spaces of #b309aa

RGB 1799170
HSL0.840.900.37
HSV303°95°70°
CMYK 0.000.950.05   0.30
XYZ25.943812.681439.1106
Yxy12.68140.33370.1631
Hunter Lab35.611067.7242-40.1890
CIE-Lab42.279273.1374-41.6886

#b309aa color RGB value is (179,9,170).

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

The process color (four color CMYK) of #b309aa color hex is 0.00, 0.95, 0.05, 0.30. Web safe color of #b309aa is #cc0099. Color #b309aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00001001 10101010
Octal 263 11 252
Decimal 179 9 170
Hex B3 9 AA

RGB Percentages of Color #b309aa

%50.00
%2.51
%47.49

CMYK Percentages of Color #b309aa

%0
%95
%5
%30

Triadic Colors of #b309aa

#b309aa #aab309 #09aab3

Analogous Colors of #b309aa

#b309aa #b30955 #6709b3

Monochromatic Colors of #b309aa

#b309aa

Complementary Color

#b309aa #09b312

#b309aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b309aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b309aa Color CSS Codes

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

#b309aa Text Font Color

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

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


#b309aa Background Color

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

This div background color is #b309aa


#b309aa Border Color

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

This div border color is #b309aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,9,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 #b309aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b309aa


Comments

No comments written yet.

Please login to write comment.