Color Hex Logo

#b579af Color Hex

#B579AF
(181,121,175)
0 Favorites   0 Comments

Color spaces of #b579af

RGB 181121175
HSL0.850.290.59
HSV306°33°71°
CMYK 0.000.330.03   0.29
XYZ33.631326.593643.9180
Yxy26.59360.32290.2554
Hunter Lab51.569026.1651-14.3952
CIE-Lab58.596332.1129-19.1573

#b579af color RGB value is (181,121,175).

#b579af hex color red value is 181, green value is 121 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #b579af hue: 0.85 , saturation: 0.29 and the lightness value of b579af is 0.59.

The process color (four color CMYK) of #b579af color hex is 0.00, 0.33, 0.03, 0.29. Web safe color of #b579af is #cc6699. Color #b579af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01111001 10101111
Octal 265 171 257
Decimal 181 121 175
Hex B5 79 AF

RGB Percentages of Color #b579af

%37.95
%25.37
%36.69

CMYK Percentages of Color #b579af

%0
%33
%3
%29

Triadic Colors of #b579af

#b579af #afb579 #79afb5

Analogous Colors of #b579af

#b579af #b57991 #9d79b5

Monochromatic Colors of #b579af

#b579af

Complementary Color

#b579af #79b57f

#b579af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b579af Color Preview on White Background

Lorem ipsum dolor sit amet.

#b579af Color CSS Codes

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

#b579af Text Font Color

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

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


#b579af Background Color

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

This div background color is #b579af


#b579af Border Color

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

This div border color is #b579af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b579af


Comments

No comments written yet.

Please login to write comment.