Color Hex Logo

#b36aad Color Hex

#B36AAD
(179,106,173)
0 Favorites   0 Comments

Color spaces of #b36aad

RGB 179106173
HSL0.850.320.56
HSV305°41°70°
CMYK 0.000.410.03   0.30
XYZ31.287322.908942.3080
Yxy22.90890.32420.2374
Hunter Lab47.863232.9214-18.9042
CIE-Lab54.978439.2925-23.5668

#b36aad color RGB value is (179,106,173).

#b36aad hex color red value is 179, green value is 106 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #b36aad hue: 0.85 , saturation: 0.32 and the lightness value of b36aad is 0.56.

The process color (four color CMYK) of #b36aad color hex is 0.00, 0.41, 0.03, 0.30. Web safe color of #b36aad is #cc6699. Color #b36aad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01101010 10101101
Octal 263 152 255
Decimal 179 106 173
Hex B3 6A AD

RGB Percentages of Color #b36aad

%39.08
%23.14
%37.77

CMYK Percentages of Color #b36aad

%0
%41
%3
%30

Triadic Colors of #b36aad

#b36aad #adb36a #6aadb3

Analogous Colors of #b36aad

#b36aad #b36a89 #956ab3

Monochromatic Colors of #b36aad

#b36aad

Complementary Color

#b36aad #6ab370

#b36aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b36aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b36aad Color CSS Codes

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

#b36aad Text Font Color

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

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


#b36aad Background Color

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

This div background color is #b36aad


#b36aad Border Color

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

This div border color is #b36aad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,106,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b36aad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b36aad


Comments

No comments written yet.

Please login to write comment.