Color Hex Logo

#b37bae Color Hex

#B37BAE
(179,123,174)
0 Favorites   0 Comments

Color spaces of #b37bae

RGB 179123174
HSL0.850.270.59
HSV305°31°70°
CMYK 0.000.310.03   0.30
XYZ33.313326.805643.4626
Yxy26.80560.32160.2588
Hunter Lab51.774124.2485-13.5300
CIE-Lab58.794030.1425-18.3039

#b37bae color RGB value is (179,123,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01111011 10101110
Octal 263 173 256
Decimal 179 123 174
Hex B3 7B AE

RGB Percentages of Color #b37bae

%37.61
%25.84
%36.55

CMYK Percentages of Color #b37bae

%0
%31
%3
%30

Triadic Colors of #b37bae

#b37bae #aeb37b #7baeb3

Analogous Colors of #b37bae

#b37bae #b37b92 #9c7bb3

Monochromatic Colors of #b37bae

#b37bae

Complementary Color

#b37bae #7bb380

#b37bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b37bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b37bae Color CSS Codes

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

#b37bae Text Font Color

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

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


#b37bae Background Color

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

This div background color is #b37bae


#b37bae Border Color

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

This div border color is #b37bae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,123,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b37bae


Comments

No comments written yet.

Please login to write comment.