Color Hex Logo

#b36dae Color Hex

#B36DAE
(179,109,174)
0 Favorites   0 Comments

Color spaces of #b36dae

RGB 179109174
HSL0.850.320.56
HSV304°39°70°
CMYK 0.000.390.03   0.30
XYZ31.699023.577042.9245
Yxy23.57700.32280.2401
Hunter Lab48.556231.5572-18.4241
CIE-Lab55.661837.8545-23.0940

#b36dae color RGB value is (179,109,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01101101 10101110
Octal 263 155 256
Decimal 179 109 174
Hex B3 6D AE

RGB Percentages of Color #b36dae

%38.74
%23.59
%37.66

CMYK Percentages of Color #b36dae

%0
%39
%3
%30

Triadic Colors of #b36dae

#b36dae #aeb36d #6daeb3

Analogous Colors of #b36dae

#b36dae #b36d8b #956db3

Monochromatic Colors of #b36dae

#b36dae

Complementary Color

#b36dae #6db372

#b36dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b36dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b36dae Color CSS Codes

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

#b36dae Text Font Color

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

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


#b36dae Background Color

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

This div background color is #b36dae


#b36dae Border Color

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

This div border color is #b36dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b36dae


Comments

No comments written yet.

Please login to write comment.