Color Hex Logo

#b34daa Color Hex

#B34DAA
(179,77,170)
0 Favorites   0 Comments

Color spaces of #b34daa

RGB 17977170
HSL0.850.400.50
HSV305°57°70°
CMYK 0.000.570.05   0.30
XYZ28.500017.793739.9626
Yxy17.79370.33040.2063
Hunter Lab42.182646.7812-26.6419
CIE-Lab49.244953.4332-30.7038

#b34daa color RGB value is (179,77,170).

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

The process color (four color CMYK) of #b34daa color hex is 0.00, 0.57, 0.05, 0.30. Web safe color of #b34daa is #cc6699. Color #b34daa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01001101 10101010
Octal 263 115 252
Decimal 179 77 170
Hex B3 4D AA

RGB Percentages of Color #b34daa

%42.02
%18.08
%39.91

CMYK Percentages of Color #b34daa

%0
%57
%5
%30

Triadic Colors of #b34daa

#b34daa #aab34d #4daab3

Analogous Colors of #b34daa

#b34daa #b34d77 #894db3

Monochromatic Colors of #b34daa

#b34daa

Complementary Color

#b34daa #4db356

#b34daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b34daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b34daa Color CSS Codes

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

#b34daa Text Font Color

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

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


#b34daa Background Color

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

This div background color is #b34daa


#b34daa Border Color

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

This div border color is #b34daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b34daa


Comments

No comments written yet.

Please login to write comment.