Color Hex Logo

#b37dbe Color Hex

#B37DBE
(179,125,190)
0 Favorites   0 Comments

Color spaces of #b37dbe

RGB 179125190
HSL0.810.330.62
HSV290°34°75°
CMYK 0.060.340.00   0.25
XYZ35.218327.968652.2575
Yxy27.96860.30510.2423
Hunter Lab52.885326.3204-21.5664
CIE-Lab59.860432.1415-25.7946

#b37dbe color RGB value is (179,125,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01111101 10111110
Octal 263 175 276
Decimal 179 125 190
Hex B3 7D BE

RGB Percentages of Color #b37dbe

%36.23
%25.30
%38.46

CMYK Percentages of Color #b37dbe

%6
%34
%0
%25

Triadic Colors of #b37dbe

#b37dbe #beb37d #7dbeb3

Analogous Colors of #b37dbe

#b37dbe #be7da9 #937dbe

Monochromatic Colors of #b37dbe

#b37dbe

Complementary Color

#b37dbe #88be7d

#b37dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b37dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b37dbe Color CSS Codes

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

#b37dbe Text Font Color

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

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


#b37dbe Background Color

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

This div background color is #b37dbe


#b37dbe Border Color

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

This div border color is #b37dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b37dbe


Comments

No comments written yet.

Please login to write comment.