Color Hex Logo

#b35daa Color Hex

#B35DAA
(179,93,170)
0 Favorites   0 Comments

Color spaces of #b35daa

RGB 17993170
HSL0.850.360.53
HSV306°48°70°
CMYK 0.000.480.05   0.30
XYZ29.760520.314740.3828
Yxy20.31470.32900.2246
Hunter Lab45.071838.9861-21.5715
CIE-Lab52.191245.5967-26.1242

#b35daa color RGB value is (179,93,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01011101 10101010
Octal 263 135 252
Decimal 179 93 170
Hex B3 5D AA

RGB Percentages of Color #b35daa

%40.50
%21.04
%38.46

CMYK Percentages of Color #b35daa

%0
%48
%5
%30

Triadic Colors of #b35daa

#b35daa #aab35d #5daab3

Analogous Colors of #b35daa

#b35daa #b35d7f #915db3

Monochromatic Colors of #b35daa

#b35daa

Complementary Color

#b35daa #5db366

#b35daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b35daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b35daa Color CSS Codes

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

#b35daa Text Font Color

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

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


#b35daa Background Color

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

This div background color is #b35daa


#b35daa Border Color

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

This div border color is #b35daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b35daa


Comments

No comments written yet.

Please login to write comment.