Color Hex Logo

#b34baa Color Hex

#B34BAA
(179,75,170)
0 Favorites   0 Comments

Color spaces of #b34baa

RGB 17975170
HSL0.850.410.50
HSV305°58°70°
CMYK 0.000.580.05   0.30
XYZ28.362217.518139.9167
Yxy17.51810.33060.2042
Hunter Lab41.854647.7124-27.2465
CIE-Lab48.906354.3524-31.2327

#b34baa color RGB value is (179,75,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01001011 10101010
Octal 263 113 252
Decimal 179 75 170
Hex B3 4B AA

RGB Percentages of Color #b34baa

%42.22
%17.69
%40.09

CMYK Percentages of Color #b34baa

%0
%58
%5
%30

Triadic Colors of #b34baa

#b34baa #aab34b #4baab3

Analogous Colors of #b34baa

#b34baa #b34b76 #884bb3

Monochromatic Colors of #b34baa

#b34baa

Complementary Color

#b34baa #4bb354

#b34baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b34baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b34baa Color CSS Codes

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

#b34baa Text Font Color

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

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


#b34baa Background Color

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

This div background color is #b34baa


#b34baa Border Color

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

This div border color is #b34baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b34baa


Comments

No comments written yet.

Please login to write comment.