Color Hex Logo

#b346ab Color Hex

#B346AB
(179,70,171)
0 Favorites   0 Comments

Color spaces of #b346ab

RGB 17970171
HSL0.850.440.49
HSV304°61°70°
CMYK 0.000.610.04   0.30
XYZ28.131316.904340.3083
Yxy16.90430.32960.1981
Hunter Lab41.114850.1810-29.3465
CIE-Lab48.139256.7497-33.0219

#b346ab color RGB value is (179,70,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01000110 10101011
Octal 263 106 253
Decimal 179 70 171
Hex B3 46 AB

RGB Percentages of Color #b346ab

%42.62
%16.67
%40.71

CMYK Percentages of Color #b346ab

%0
%61
%4
%30

Triadic Colors of #b346ab

#b346ab #abb346 #46abb3

Analogous Colors of #b346ab

#b346ab #b34675 #8546b3

Monochromatic Colors of #b346ab

#b346ab

Complementary Color

#b346ab #46b34e

#b346ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b346ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b346ab Color CSS Codes

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

#b346ab Text Font Color

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

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


#b346ab Background Color

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

This div background color is #b346ab


#b346ab Border Color

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

This div border color is #b346ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b346ab


Comments

No comments written yet.

Please login to write comment.