Color Hex Logo

#b37bbf Color Hex

#B37BBF
(179,123,191)
0 Favorites   0 Comments

Color spaces of #b37bbf

RGB 179123191
HSL0.800.350.62
HSV289°36°75°
CMYK 0.060.360.00   0.25
XYZ35.077327.511252.7516
Yxy27.51120.30410.2385
Hunter Lab52.451127.5845-22.9139
CIE-Lab59.444533.4539-27.0035

#b37bbf color RGB value is (179,123,191).

#b37bbf hex color red value is 179, green value is 123 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #b37bbf hue: 0.80 , saturation: 0.35 and the lightness value of b37bbf is 0.62.

The process color (four color CMYK) of #b37bbf color hex is 0.06, 0.36, 0.00, 0.25. Web safe color of #b37bbf is #cc66cc. Color #b37bbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01111011 10111111
Octal 263 173 277
Decimal 179 123 191
Hex B3 7B BF

RGB Percentages of Color #b37bbf

%36.31
%24.95
%38.74

CMYK Percentages of Color #b37bbf

%6
%36
%0
%25

Triadic Colors of #b37bbf

#b37bbf #bfb37b #7bbfb3

Analogous Colors of #b37bbf

#b37bbf #bf7ba9 #917bbf

Monochromatic Colors of #b37bbf

#b37bbf

Complementary Color

#b37bbf #87bf7b

#b37bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b37bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b37bbf Color CSS Codes

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

#b37bbf Text Font Color

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

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


#b37bbf Background Color

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

This div background color is #b37bbf


#b37bbf Border Color

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

This div border color is #b37bbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b37bbf


Comments

No comments written yet.

Please login to write comment.