Color Hex Logo

#b37faf Color Hex

#B37FAF
(179,127,175)
0 Favorites   0 Comments

Color spaces of #b37faf

RGB 179127175
HSL0.850.250.60
HSV305°29°70°
CMYK 0.000.290.02   0.30
XYZ33.917627.857644.1468
Yxy27.85760.32020.2630
Hunter Lab52.780322.3419-12.6455
CIE-Lab59.759928.0980-17.4073

#b37faf color RGB value is (179,127,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01111111 10101111
Octal 263 177 257
Decimal 179 127 175
Hex B3 7F AF

RGB Percentages of Color #b37faf

%37.21
%26.40
%36.38

CMYK Percentages of Color #b37faf

%0
%29
%2
%30

Triadic Colors of #b37faf

#b37faf #afb37f #7fafb3

Analogous Colors of #b37faf

#b37faf #b37f95 #9d7fb3

Monochromatic Colors of #b37faf

#b37faf

Complementary Color

#b37faf #7fb383

#b37faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b37faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b37faf Color CSS Codes

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

#b37faf Text Font Color

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

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


#b37faf Background Color

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

This div background color is #b37faf


#b37faf Border Color

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

This div border color is #b37faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b37faf


Comments

No comments written yet.

Please login to write comment.