Color Hex Logo

#b579bd Color Hex

#B579BD
(181,121,189)
0 Favorites   0 Comments

Color spaces of #b579bd

RGB 181121189
HSL0.810.340.61
HSV293°36°74°
CMYK 0.040.360.00   0.26
XYZ35.078727.172651.5401
Yxy27.17260.30830.2388
Hunter Lab52.127328.8974-22.1329
CIE-Lab59.133734.7983-26.3276

#b579bd color RGB value is (181,121,189).

#b579bd hex color red value is 181, green value is 121 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b579bd hue: 0.81 , saturation: 0.34 and the lightness value of b579bd is 0.61.

The process color (four color CMYK) of #b579bd color hex is 0.04, 0.36, 0.00, 0.26. Web safe color of #b579bd is #cc66cc. Color #b579bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01111001 10111101
Octal 265 171 275
Decimal 181 121 189
Hex B5 79 BD

RGB Percentages of Color #b579bd

%36.86
%24.64
%38.49

CMYK Percentages of Color #b579bd

%4
%36
%0
%26

Triadic Colors of #b579bd

#b579bd #bdb579 #79bdb5

Analogous Colors of #b579bd

#b579bd #bd79a3 #9379bd

Monochromatic Colors of #b579bd

#b579bd

Complementary Color

#b579bd #81bd79

#b579bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b579bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b579bd Color CSS Codes

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

#b579bd Text Font Color

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

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


#b579bd Background Color

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

This div background color is #b579bd


#b579bd Border Color

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

This div border color is #b579bd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(181,121,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b579bd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b579bd;
  -webkit-box-shadow: 1px 1px 3px 2px #b579bd;
  box-shadow:         1px 1px 3px 2px #b579bd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,121,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b579bd

#b579bd Color Palettes


Comments

No comments written yet.

Please login to write comment.