Color Hex Logo

#b37caf Color Hex

#B37CAF
(179,124,175)
0 Favorites   0 Comments

Color spaces of #b37caf

RGB 179124175
HSL0.850.270.59
HSV304°31°70°
CMYK 0.000.310.02   0.30
XYZ33.535927.094244.0196
Yxy27.09420.32050.2589
Hunter Lab52.052123.9121-13.7041
CIE-Lab59.061429.7731-18.4692

#b37caf color RGB value is (179,124,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01111100 10101111
Octal 263 174 257
Decimal 179 124 175
Hex B3 7C AF

RGB Percentages of Color #b37caf

%37.45
%25.94
%36.61

CMYK Percentages of Color #b37caf

%0
%31
%2
%30

Triadic Colors of #b37caf

#b37caf #afb37c #7cafb3

Analogous Colors of #b37caf

#b37caf #b37c94 #9c7cb3

Monochromatic Colors of #b37caf

#b37caf

Complementary Color

#b37caf #7cb380

#b37caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b37caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b37caf Color CSS Codes

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

#b37caf Text Font Color

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

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


#b37caf Background Color

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

This div background color is #b37caf


#b37caf Border Color

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

This div border color is #b37caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b37caf


Comments

No comments written yet.

Please login to write comment.