Color Hex Logo

#b347ac Color Hex

#B347AC
(179,71,172)
0 Favorites   0 Comments

Color spaces of #b347ac

RGB 17971172
HSL0.840.430.49
HSV304°60°70°
CMYK 0.000.600.04   0.30
XYZ28.290017.068740.8333
Yxy17.06870.32820.1980
Hunter Lab41.314349.9281-29.6797
CIE-Lab48.346556.4818-33.2853

#b347ac color RGB value is (179,71,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01000111 10101100
Octal 263 107 254
Decimal 179 71 172
Hex B3 47 AC

RGB Percentages of Color #b347ac

%42.42
%16.82
%40.76

CMYK Percentages of Color #b347ac

%0
%60
%4
%30

Triadic Colors of #b347ac

#b347ac #acb347 #47acb3

Analogous Colors of #b347ac

#b347ac #b34776 #8447b3

Monochromatic Colors of #b347ac

#b347ac

Complementary Color

#b347ac #47b34e

#b347ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b347ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b347ac Color CSS Codes

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

#b347ac Text Font Color

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

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


#b347ac Background Color

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

This div background color is #b347ac


#b347ac Border Color

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

This div border color is #b347ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b347ac


Comments

No comments written yet.

Please login to write comment.