Color Hex Logo

#b346aa Color Hex

#B346AA
(179,70,170)
0 Favorites   0 Comments

Color spaces of #b346aa

RGB 17970170
HSL0.850.440.49
HSV305°61°70°
CMYK 0.000.610.05   0.30
XYZ28.036316.866339.8081
Yxy16.86630.33100.1991
Hunter Lab41.068649.9865-28.7222
CIE-Lab48.091156.5815-32.5083

#b346aa color RGB value is (179,70,170).

#b346aa hex color red value is 179, green value is 70 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b346aa hue: 0.85 , saturation: 0.44 and the lightness value of b346aa is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01000110 10101010
Octal 263 106 252
Decimal 179 70 170
Hex B3 46 AA

RGB Percentages of Color #b346aa

%42.72
%16.71
%40.57

CMYK Percentages of Color #b346aa

%0
%61
%5
%30

Triadic Colors of #b346aa

#b346aa #aab346 #46aab3

Analogous Colors of #b346aa

#b346aa #b34674 #8646b3

Monochromatic Colors of #b346aa

#b346aa

Complementary Color

#b346aa #46b34f

#b346aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b346aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b346aa Color CSS Codes

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

#b346aa Text Font Color

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

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


#b346aa Background Color

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

This div background color is #b346aa


#b346aa Border Color

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

This div border color is #b346aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b346aa


Comments

No comments written yet.

Please login to write comment.