Color Hex Logo

#b35baa Color Hex

#B35BAA
(179,91,170)
0 Favorites   0 Comments

Color spaces of #b35baa

RGB 17991170
HSL0.850.370.53
HSV306°49°70°
CMYK 0.000.490.05   0.30
XYZ29.587219.968240.3250
Yxy19.96820.32920.2222
Hunter Lab44.685839.9877-22.2240
CIE-Lab51.801246.6171-26.7279

#b35baa color RGB value is (179,91,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01011011 10101010
Octal 263 133 252
Decimal 179 91 170
Hex B3 5B AA

RGB Percentages of Color #b35baa

%40.68
%20.68
%38.64

CMYK Percentages of Color #b35baa

%0
%49
%5
%30

Triadic Colors of #b35baa

#b35baa #aab35b #5baab3

Analogous Colors of #b35baa

#b35baa #b35b7e #905bb3

Monochromatic Colors of #b35baa

#b35baa

Complementary Color

#b35baa #5bb364

#b35baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b35baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b35baa Color CSS Codes

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

#b35baa Text Font Color

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

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


#b35baa Background Color

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

This div background color is #b35baa


#b35baa Border Color

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

This div border color is #b35baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b35baa


Comments

No comments written yet.

Please login to write comment.