Color Hex Logo

#b37bbe Color Hex

#B37BBE
(179,123,190)
0 Favorites   0 Comments

Color spaces of #b37bbe

RGB 179123190
HSL0.810.340.61
HSV290°35°75°
CMYK 0.060.350.00   0.25
XYZ34.967627.467352.1739
Yxy27.46730.30510.2397
Hunter Lab52.409327.3795-22.3373
CIE-Lab59.404433.2527-26.4973

#b37bbe color RGB value is (179,123,190).

#b37bbe hex color red value is 179, green value is 123 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b37bbe hue: 0.81 , saturation: 0.34 and the lightness value of b37bbe is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01111011 10111110
Octal 263 173 276
Decimal 179 123 190
Hex B3 7B BE

RGB Percentages of Color #b37bbe

%36.38
%25.00
%38.62

CMYK Percentages of Color #b37bbe

%6
%35
%0
%25

Triadic Colors of #b37bbe

#b37bbe #beb37b #7bbeb3

Analogous Colors of #b37bbe

#b37bbe #be7ba8 #927bbe

Monochromatic Colors of #b37bbe

#b37bbe

Complementary Color

#b37bbe #86be7b

#b37bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b37bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b37bbe Color CSS Codes

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

#b37bbe Text Font Color

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

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


#b37bbe Background Color

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

This div background color is #b37bbe


#b37bbe Border Color

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

This div border color is #b37bbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b37bbe


Comments

No comments written yet.

Please login to write comment.