Color Hex Logo

#b37aaf Color Hex

#B37AAF
(179,122,175)
0 Favorites   0 Comments

Color spaces of #b37aaf

RGB 179122175
HSL0.850.270.59
HSV304°32°70°
CMYK 0.000.320.02   0.30
XYZ33.287826.597943.9369
Yxy26.59790.32060.2562
Hunter Lab51.573224.9595-14.4099
CIE-Lab58.600330.8874-19.1716

#b37aaf color RGB value is (179,122,175).

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

The process color (four color CMYK) of #b37aaf color hex is 0.00, 0.32, 0.02, 0.30. Web safe color of #b37aaf is #cc6699. Color #b37aaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01111010 10101111
Octal 263 172 257
Decimal 179 122 175
Hex B3 7A AF

RGB Percentages of Color #b37aaf

%37.61
%25.63
%36.76

CMYK Percentages of Color #b37aaf

%0
%32
%2
%30

Triadic Colors of #b37aaf

#b37aaf #afb37a #7aafb3

Analogous Colors of #b37aaf

#b37aaf #b37a93 #9b7ab3

Monochromatic Colors of #b37aaf

#b37aaf

Complementary Color

#b37aaf #7ab37e

#b37aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b37aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b37aaf Color CSS Codes

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

#b37aaf Text Font Color

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

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


#b37aaf Background Color

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

This div background color is #b37aaf


#b37aaf Border Color

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

This div border color is #b37aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b37aaf


Comments

No comments written yet.

Please login to write comment.